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 31d3057 + 75fc2c5 commit 911bf18Copy full SHA for 911bf18
1-js/02-first-steps/08-comparison/article.md
@@ -136,7 +136,7 @@ alert( 0 === false ); // false, because the types are different
136
137
There also exists a "strict non-equality" operator `!==`, as an analogy for `!=`.
138
139
-The string equality check operator is a bit longer to write, but makes it obvious what's going on and leaves less space for errors.
+The strict equality check operator is a bit longer to write, but makes it obvious what's going on and leaves less space for errors.
140
141
## Comparison with null and undefined
142
0 commit comments