Good! We used var to declare a variable named villain and initialized it with the value "Joker".
var
villain
"Joker"
Yikes! Setting the variable value to "Joker" is called initializing and should be done as the last step.