We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ce2d4 commit 6853f6aCopy full SHA for 6853f6a
1-js/04-object-basics/01-object/article.md
@@ -360,7 +360,7 @@ alert( *!*key*/!* in user ); // true, property "age" exists
360
361
Why does the `in` operator exist? Isn't it enough to compare against `undefined`?
362
363
-Well, most of the time the comparison with `undefined` works fine. But there's But there's a special case when it fails, but `"in"` works correctly.
+Well, most of the time the comparison with `undefined` works fine. But there's a special case when it fails, but `"in"` works correctly.
364
365
It's when an object property exists, but stores `undefined`:
366
0 commit comments