Alternatively, if we only require one out of two comparisons to be true, we can use the logical or.

See that? || returns true as soon as one of the two comparisons result in true.

Are you sure this operator would make sense here?