mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fixed a grammatical error
This commit is contained in:
parent
f33dea8b83
commit
cf90a62a7a
@ -342,7 +342,7 @@ myPrototype.meaningOfLife = 43;
|
||||
myObj.meaningOfLife; // = 43
|
||||
|
||||
// We mentioned that __proto__ was non-standard, and there's no standard way to
|
||||
// change the prototype of an existing object. However, there's two ways to
|
||||
// change the prototype of an existing object. However, there are two ways to
|
||||
// create a new object with a given prototype.
|
||||
|
||||
// The first is Object.create, which is a recent addition to JS, and therefore
|
||||
|
Loading…
Reference in New Issue
Block a user