Typos
This commit is contained in:
parent
2a3c6bc1d1
commit
4b4c65abeb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue