Fixed small typo ('do' changed to 'to')
This commit is contained in:
parent
50483c319c
commit
8d2b0426ec
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ For a non-strict check `==`
|
|||
For maths and other comparisons `< > <= >=`
|
||||
: Values `null/undefined` are converted to a number: `null` becomes `0`, while `undefined` becomes `NaN`.
|
||||
|
||||
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.
|
||||
|
||||
### Strange result: null vs 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue