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 50483c3 commit 8d2b042Copy full SHA for 8d2b042
1-js/02-first-steps/08-comparison/article.md
@@ -162,7 +162,7 @@ For a non-strict check `==`
162
For maths and other comparisons `< > <= >=`
163
: Values `null/undefined` are converted to a number: `null` becomes `0`, while `undefined` becomes `NaN`.
164
165
-Now let's see funny things that happen when we apply those rules. And, what's more important, how do not fall into a trap with these features.
+Now let's see funny things that happen when we apply those rules. And, what's more important, how to not fall into a trap with these features.
166
167
### Strange result: null vs 0
168
0 commit comments