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.