closes #1233
This commit is contained in:
parent
a66f514df7
commit
e82885055b
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ To fully enable all features of modern JavaScript, we should start scripts with
|
|||
...
|
||||
```
|
||||
|
||||
The directive must be at the top of a script or at the beginning of a function.
|
||||
The directive must be at the top of a script or at the beginning of a function body.
|
||||
|
||||
Without `"use strict"`, everything still works, but some features behave in the old-fashion, "compatible" way. We'd generally prefer the modern behavior.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue