Introduction
Use var when you want to change the value of a variable later. It lets you keep a box where you can put different things over time.
When you want to keep track of a score that changes during a game.
When you need to update a user's name after they edit it.
When counting how many times a button is clicked.
When storing a temperature that updates every hour.
When you want to change a setting value based on user input.