We can change the truth value with the ! operator. Can you guess how?

Awesome! ! is called the not operator and is used to change the value of a boolean to its opposite.

Yikes! Maybe the ! operator should be at the beginning?