Logical Operators
Term side of the Card
Topic: Syntax
Unit title: Logical Operators
Categories: Syntax, Operator
Explanation side of the Card
Explanation: The operators used in JavaScript to perform logical operations, such as `&&` (AND), `||` (OR) and `!` (NOT). They are used to combine or invert boolean expressions in conditional statements.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1
- The safari browser supports this feature starting from version 1
Availability: