A variable is a container that allows us to store values for later use. To create a variable,  we need to use the var keyword.

Woop woop! We've just created a variable called greeting. It's now a container that holds the word "Hola" as a value.

Whoops! Maybe we didn't spell that var keyword correctly?