What if we want to execute a code snippet only if a specific condition is met?

Sweet! We can use an if statement in combination with a boolean, which executes the code in the braces only if the boolean is true.

Are you sure that myNumber counts as a condition?