We can take the control flow even further by using an else statement.
else
Nice one. When the if condition is false, the else block of code will run instead.
if
false
We want to run the code in the else block not the if block!