See that? Only one of the values we compare has to be true for the || to evaluate to true.
true
||
Psst: in the next chapters, we'll get a better understanding of how useful these logical operators are.
Didn't we want to use the logical or?