Practice using JavaScript, OOP, and DOM and using them together to build a simple web application:
The task here was to create a Quiz app that runs in the browser over a number of weeks solidifying concepts learned in class for module 1 (Javascript Web Development).
The Quiz displays a list of multiple-choice questions, allowing the user to select an answer, and shows the final score after the user completes the quiz.
Jasmine tests was implemented.
View the live result here: Live Quiz
