A quiz page designed to test the user's knowledge of JavaScript
When the Start button is clicked, the page will cycle through four questions. Each time the user answers a question, it will be evaluated against the correct answer for truthiness. Incorrect answers will deduct 5 seconds from the user's score. The user will be able to save their initials and score in the local storage at the end of the quiz to track their scores.
Navigate to the following URL to access the page. It should display as the image below.
This applications lets clients assist with the interview process by quickly evaluating basic JavaScript knowledge.
Tim Morgan wrote the HTML, CSS and Javascript for this application
Please refer to the license in the repo.