Introduction
Use var to create a variable that can change its value later. It helps you store information that might update.
When you want to keep track of a score that changes during a game.
When you need to store a user's name that can be updated.
When you want to count how many times a button is pressed.
When you want to store the current temperature that updates regularly.
When you want to remember a list size that can grow or shrink.