Skip to content

Commit 1c5b07c

Browse files
authored
Merge pull request #1755 from rizkyzhang/patch-3
Fix typo
2 parents 6fa9659 + 44a6c12 commit 1c5b07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/01-object/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Later we'll see workarounds for the problem:
305305
1. We'll see how to make an objects treat `__proto__` as a regular property in the chapter [](info:prototype-methods).
306306
2. There's also study another data structure [Map](info:map-set) in the chapter <info:map-set>, which supports arbitrary keys.
307307

308-
## Property existance test, "in" operator
308+
## Property existence test, "in" operator
309309

310310
A notable objects feature is that it's possible to access any property. There will be no error if the property doesn't exist! Accessing a non-existing property just returns `undefined`. It provides a very common way to test whether the property exists -- to get it and compare vs undefined:
311311

0 commit comments

Comments
 (0)