fixes
This commit is contained in:
parent
702362f616
commit
ed86221c7f
3 changed files with 3 additions and 3 deletions
|
@ -161,7 +161,7 @@ Comparisons
|
|||
|
||||
Other comparisons convert to a number as well.
|
||||
|
||||
The strict equality operator `===` doesn't do the conversion: different types always mean different values for it, so:
|
||||
The strict equality operator `===` doesn't do the conversion: different types always mean different values for it.
|
||||
|
||||
Values `null` and `undefined` are special: they equal `==` each other and don't equal anything else.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue