You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a CLI quiz app that will ask you questions about me (Milind Mishra).
I have hard-coded the questions and answers in the script.
// Creating the questions arrayconstquestions=["What is my name? ","Where do I live? ","What is my favourite color? ","What is my favourite food? ","What is my favourite programming language? ",];// Creating the answers arrayconstanswers=["Milind","Dhanbad","Black","Pizza","JavaScript"];
🤔 How to use it
Clone the repository and first run the command npm install
After that you can install it globally by running npm install -g . when you are in the root directory of the repository.