Add logical operators docs (#1742)
* Update 104-logical-operators.md * Update content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/104-logical-operators.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1745/head
parent
d4342a5ce8
commit
35aa3dc7c0
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Logical operators |
||||
# Logical Operators |
||||
|
||||
There are four logical operators in JavaScript: `||` (OR), `&&` (AND), `!` (NOT), `??` (Nullish Coalescing). |
||||
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#binary_logical_operators'>Logical Operators - MDN</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#binary_logical_operators'>Logical Operators - MDN</BadgeLink> |
||||
|
Loading…
Reference in new issue