Variables are called that way because we can change their value whenever we want.

How would we output Good evening in the console?

Nice! Notice how we changed the value of greeting right before printing it? That means the last value we set it to is "Good evening".

Yikes! Wouldn't that print Good morning instead?