consistent error output comments
This commit is contained in:
parent
88cd022adc
commit
8ab07e1e32
2 changed files with 2 additions and 2 deletions
|
@ -19,5 +19,5 @@ function wrap(target) {
|
|||
user = wrap(user);
|
||||
|
||||
alert(user.name); // John
|
||||
alert(user.age); // ReferenceError: Property doesn't exist
|
||||
alert(user.age); // ReferenceError: Property doesn't exist "age"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue