fix
This commit is contained in:
parent
eabfc56820
commit
d15186ddfe
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ alert(str.test);
|
|||
```
|
||||
|
||||
Depending on whether you have `use strict` or not, the result may be:
|
||||
1. `undefined` (no string)
|
||||
1. `undefined` (no strict mode)
|
||||
2. An error (strict mode).
|
||||
|
||||
Why? Let's replay what's happening at line `(*)`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue