When we want test if at least one condition is true, we use something called the the logical or.

Which of these would satisfy at least one condition either side of ||?

Nice. || the logical or operator requires only one condition to be true in the statement for the code inside to be executed. 

Are you sure this would at least satisfy one of the conditions either side of the || ?