Console Quiz game is a cool JavaScript game that can be played right in the console
of your browser
Just open up your browser console to get started.
- Your can add more questions to spice up the game by creating new instances of the Question function constructor in quiz.js file. Then manually add the identifier of new question to the quizQuestions array.