I have been tasked to create a quiz which utilises my new found understanding of JavaScript. I have been giving the following instructions:
AS A coding boot camp student
I WANT to take a timed quiz on JavaScript fundamentals that stores high scores
SO THAT I can gauge my progress compared to my peers
Create a code quiz that contains the following requirements:
-
A start button that when clicked a timer starts and the first question appears.
- Questions contain buttons for each answer.
- When answer is clicked, the next question appears
- If the answer clicked was incorrect then subtract time from the clock
-
The quiz should end when all questions are answered or the timer reaches 0.


