Just like we can make an integer negative with a - sign, we can use a ! sign to flip a boolean value.
Let's try and flip the boolean value here.
Sweet! The ! sign makes true values false and vice versa. This nifty operator is also known as the logical not.
We want to flip the value just once right?