This commit is contained in:
Ilya Kantor 2019-12-01 04:11:02 +03:00
parent 438e66d952
commit a70c4306d7
4 changed files with 168 additions and 45 deletions

View file

@ -42,7 +42,7 @@ Only comments may appear above `"use strict"`.
```warn header="There's no way to cancel `use strict`"
There is no directive like `"no use strict"` that reverts the engine to old behavior.
Once we enter strict mode, there's no return.
Once we enter strict mode, there's no going back.
```
## Browser console