What is JavaScript Maths? (Let's Make A Simple Game)

Programming something that has a purpose can be immensely satisfying, rather than just writing random snippets of code. By the end of this tutorial, you'll have a simple but fun maths quiz game which you can incorporative into any of your own webpages.

You can consider this tutorial as a stepping stone to MySQL databases... but why you might ask?

Because databases are essentially nothing more than information storage which doesn't expire... so how has this maths quiz game (which is 100% front-end development) got anything to do with databases? Well, in this tutorial we actually simulate using a database by storing the player's information inside variables, but the really cool part is, we then access the browser's development tools as a way of monitoring that data for each player.

test