This commit is contained in:
Brent Guffens 2018-01-17 14:43:42 +01:00 committed by GitHub
parent 2a3c6bc1d1
commit 4b4c65abeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ There's a non-intuitive behavior when `null` or `undefined` are compared with ot
For a strict equality check `===`
: These values are different, because each of them belong to a separate type of it's own.
: These values are different, because each of them belongs to a separate type of its own.
```js run
alert( null === undefined ); // false