1 < 10 && 5 > 10
Joining these comparison operators together is great and allows us more control over when and how our code is run; however, they do not satisfy every demand – what about situations where we might want to say ‘if this or this is true, then return true’? Enter the || operator.