We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3c6bc commit 4b4c65aCopy full SHA for 4b4c65a
1-js/02-first-steps/08-comparison/article.md
@@ -146,7 +146,7 @@ There's a non-intuitive behavior when `null` or `undefined` are compared with ot
146
147
148
For a strict equality check `===`
149
-: 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.
150
151
```js run
152
alert( null === undefined ); // false
0 commit comments