The logical or is kind of similar but not as stringent. It returns true as soon as one out of two boolean-type values is true.

Yup! The result is true as long as one of the booleans is true.

Yikes! Didn't we want to use the logical or operator? It sounds like a new one.