It is a CLI quiz app with few questions asked related to Virendra using node js.
-
It takes username from user.
-
User is asked few questions(7 questions), if user answer is right it increases the score by 1 and display a message it is right answer. If the user answer is wrong, it display wrong answer but does not decreases the score.
- Readline Sync library of node js.
- Objects within array to store questions and correct answer.
- Function which takes parameters question and answer.
- For and branching(if-else).
Thanks to Tanay partap sir __/\__