Bazinga! We can add an else clause to the code. Because myBoolean is false, the else block is executed instead of the if block.
myBoolean
false
Might there be a better way to do this?