mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 12:40:03 +02:00
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>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user