If neither of the values satisfy the condition, then the else block is executed.

Can you finish checking if either of these values are true?

If we only need one of our conditions to be true to execute an if statement, then the logical or is what to use.

Didn't we want to check if one or the other values were true?