Update solution.md
This commit is contained in:
parent
13ca92d478
commit
1fcefe3338
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ function wrap(target) {
|
||||||
user = wrap(user);
|
user = wrap(user);
|
||||||
|
|
||||||
alert(user.name); // John
|
alert(user.name); // John
|
||||||
alert(user.age); // Error: Property doesn't exist
|
alert(user.age); // ReferenceError: Property doesn't exist
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue