Merge branch 'refactor'

This commit is contained in:
Ilya Kantor 2019-04-02 14:02:03 +03:00
commit e22e971664
374 changed files with 2836 additions and 175 deletions

View file

@ -57,7 +57,7 @@ Even if we press `key:Shift+Enter` to input multiple lines, and put `use strict`
The reliable way to ensure `use strict` would be to input the code into console like this:
```
```js
(function() {
'use strict';