Skip to content

Commit 3954620

Browse files
authored
Merge pull request #1383 from paroche/patch-42
Update solution.md
2 parents bee6d79 + 582e8f6 commit 3954620

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/02-function-prototype/4-new-object-same-constructor

1 file changed

+1
-1
lines changed

1-js/08-prototypes/02-function-prototype/4-new-object-same-constructor/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alert( user2.name ); // Pete (worked!)
1515

1616
It worked, because `User.prototype.constructor == User`.
1717

18-
..But if someone, so to say, overwrites `User.prototype` and forgets to recreate `"constructor"`, then it would fail.
18+
..But if someone, so to speak, overwrites `User.prototype` and forgets to recreate `"constructor"`, then it would fail.
1919

2020
For instance:
2121

0 commit comments

Comments
 (0)