Online Quiz on JavaScript fundamentals
Online timed quiz on JavaScript fundamentals that returns and stores the score
- As a Developer I'd like to prepare for an interview and take a timed quiz on JavaScript fundamentals that stores high scores
- The user sees the landing page to an online quiz.
- The user is able to click a start button that triggers the quiz timer/score.
- The start button also triggers the initial question of a series.
- The user is able to select an answer from a list of options.
- The user is prompted for the next question as the user answers each.
- The time on the timer is subtracted when the answers are incorrect.
- The quiz ends when all questions are answered or the timer/score reaches 0.
- The user can save the score using their initials.
