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

@ -9,8 +9,6 @@ Till now we were only talking about binding `this`. Now let's make a step furthe
We can bind not only `this`, but also arguments. That's rarely done, but sometimes can be handy.
[cut]
The full syntax of `bind`:
```js