Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 419 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 419 Bytes

Quiz-App

A fully responsive quiz application that displays questions and four options among which the user has to select one option. For every correct selected option, user gets 10 points, and for incorrect answer 10 points are deducted from the total score. At the end, total score of the user is displayed. Concepts used : JavaScript Higher-order functions, JavaScript DOM-manipulation, CSS media-queries and more.