When do we need the var keyword?

When we create a variableWhen we change the value of a variableWhen we display a variable in the console

We only need to use the var keyword when we create a variable.