Skip to content

Commit 8d2b042

Browse files
authored
Fixed small typo ('do' changed to 'to')
1 parent 50483c3 commit 8d2b042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/08-comparison/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For a non-strict check `==`
162162
For maths and other comparisons `< > <= >=`
163163
: Values `null/undefined` are converted to a number: `null` becomes `0`, while `undefined` becomes `NaN`.
164164

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.
165+
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.
166166

167167
### Strange result: null vs 0
168168

0 commit comments

Comments
 (0)