Let's dive deeper into variables. We create them with the var keyword, followed by a name, an = sign, and a value.

Great! We created a variable called hero and used the = sign, known as the assignment operator, to give it the value "Batman".

Yikes! We start with the word var and set hero as the name of the variable. We then use the = sign to assign the value "Batman".