There's a logical operator, and the final operator that we'll cover, that changes the value of a boolean to its opposite.

Great! That exclamation point is called the logical not. If a condition is true, then the logical not operator will make it false and vice versa.

Are you sure about that syntax?