We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13ca92d + 1fcefe3 commit 87c7b45Copy full SHA for 87c7b45
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