Make sure the code in the second if block will be executed when our condition is not true.

With !condition, we make sure to trigger the second if statement whenever the first one is not triggered.

Make sure to select !condition to inverse the value of the condition variable.