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.
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.