Javascript Quiz game that allows user to test their knowledge.
N/A
Javascript Quiz game. Once user starts quiz. Users is asked a multiple choice questions. While a timer is running. Every time the user enters a wrong answer, the user is deducted 15 seconds. If time runs out, quiz ends and user will be asked to enter name to store score and name . User name and score is stored in local storage. User may delete stored data and restart game.
*MDN Web Docs on setInterval()
*MDN Web Docs on clearInterval()
Please refer to the LICENSE in the repo.