OR (||) Operator โ Super Easy Explanation
OR (||) Operator :
The OR (||) operator checks two or more conditions and returns true if at least one condition is true. It only returns false if all conditions are false.
Example 1: Real-Life Situation
๐ You will get a holiday if it is Sunday OR a...
safiakhatoon.hashnode.dev1 min read