This is simple JavaScript CLI Quiz app. It has 8 questions in total about me.
--> Click here to play the game
Features of readlineSync that are used in this app
- readlineSync.quetion - to takes simple user inputs
- readlineSync.keyInSelect - used to create quiz where question, options and answer is storedd in an array of objects
- console.log
- variables
- if else conditions
- for loop
- functions