Logical Or Operator

The logical “or” operator returns true if either the left-side expression evaluates to true or the right-side expression evaluates to true, otherwise returns false.