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.
2 parents 23674dd + 82e4e21 commit 0c8a4feCopy full SHA for 0c8a4fe
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