obrien-k / 2D-array-quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D-array-quiz

Simple 2D array exercise. 3 question quiz that's looped and prompts the user for input. Once the user has entered input, it is compared to the answer in the array (quiz[i][1]). If the answer is correct, the player gains a point otherwise the number of questions that were incorrect increases by 1.

About


Languages

Language:JavaScript 79.6%Language:HTML 20.4%