Nice one. When the if condition is false, the else block of code will run instead.
if
false
else
We want to run the code in the else block not the if block!