This maths game is used to teach the basics of JavaScript and the DOM.
- Add a division game that requires integers as answers
- Provide better feedback to the user - we don't want to use
alert()
- Add difficulty levels - Easy, Normal, Difficult - that affect the complexity of the questions
- Add a countdown timer to the game
- Add a high-score chart for people who get the most answers right in the time available (research using local storage)