We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ca92d commit 1fcefe3Copy full SHA for 1fcefe3
1-js/99-js-misc/01-proxy/01-error-nonexisting/solution.md
@@ -19,5 +19,5 @@ function wrap(target) {
19
user = wrap(user);
20
21
alert(user.name); // John
22
-alert(user.age); // Error: Property doesn't exist
+alert(user.age); // ReferenceError: Property doesn't exist
23
```
0 commit comments