Update solution.md
Change "so to say" to "so to speak".
This commit is contained in:
parent
f859ed570c
commit
582e8f67af
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ alert( user2.name ); // Pete (worked!)
|
||||||
|
|
||||||
It worked, because `User.prototype.constructor == User`.
|
It worked, because `User.prototype.constructor == User`.
|
||||||
|
|
||||||
..But if someone, so to say, overwrites `User.prototype` and forgets to recreate `"constructor"`, then it would fail.
|
..But if someone, so to speak, overwrites `User.prototype` and forgets to recreate `"constructor"`, then it would fail.
|
||||||
|
|
||||||
For instance:
|
For instance:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue