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"
.