This commit is contained in:
Ilya Kantor 2019-05-06 15:18:32 +02:00
parent 702362f616
commit ed86221c7f
3 changed files with 3 additions and 3 deletions

View file

@ -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.