We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ef862 commit 82e4e21Copy full SHA for 82e4e21
1-js/02-first-steps/11-logical-operators/article.md
@@ -1,6 +1,6 @@
1
# Logical operators
2
3
-There are three logical operators in JavaScript: `||` (OR), `&&` (AND), `!` (NOT).
+There are four logical operators in JavaScript: `||` (OR), `&&` (AND), `!` (NOT), '??' (Nullish Coalescing).
4
5
Although they are called "logical", they can be applied to values of any type, not only boolean. Their result can also be of any type.
6
0 commit comments