Skip to content

Commit fe1c4a2

Browse files
committed
minor fixes
1 parent 8ffd3f4 commit fe1c4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/08-prototypes/04-prototype-methods/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ alert(Object.keys(chineseDictionary)); // hello,bye
220220

221221
These objects are used as dictionaries, to store any (possibly user-generated) keys.
222222

223-
Without explicitly `null` prototype, objects inherit built-in methods and `__proto__` getter/setter from `Object.prototype`, making corresponding keys "occupied" and potentially causing side effects. With `null` prototype objects are truly empty.
223+
Normally, objects inherit built-in methods and `__proto__` getter/setter from `Object.prototype`, making corresponding keys "occupied" and potentially causing side effects. With `null` prototype, objects are truly empty.

0 commit comments

Comments
 (0)