Merge pull request #1461 from Violet-Bora-Lee/patch-44

Update solution.md
This commit is contained in:
Ilya Kantor 2019-10-16 00:15:35 +03:00 committed by GitHub
commit 87c7b4527b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
``` ```