Variables allow us to store values for later. We create them with the word var, followed by a name, an = sign, and a value.

Just like we've got a hard time doing many things at once, a variable can only store one value at a time.

If we want to change a variable's value, we simply skip the var part.

Remember: we use the word var to create a variable.