remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -13,8 +13,6 @@ But `var` is a very different beast, that originates from very old times. It's g
If you don't plan meeting such scripts you may even skip this chapter or postpone it, but then there's a chance that it bites you later.
[cut]
From the first sight, `var` behaves similar to `let`. That is, declares a variable:
```js run