When do we need the
var
keyword?
When we create a variable
When we change the value of a variable
When we display a variable in the console
We only need to use the
var
keyword when we create a variable.