- <p><br> 8. After you display the result, display the next random question, so that the game never ends (Hint: write a function for this and call it right after displaying the result)<br><br>9. Be careful: after Task 8, the game literally never ends. So include the option to quit the game if the user writes 'exit' instead of the answer. In this case, DON'T call the function from task 8. <br><br>10. Track the user's score to make the game more fun! So each time an answer is correct, add 1 point to the score (Hint: I'm going to use the power of closures for this, but you don't have to, just do this with the tools you feel more comfortable at this point). <br><br>11. Display the score in the console. Use yet another method for this.</p>
0 commit comments