Merge pull request #1487 from hrodward/patch-13

Update article.md
This commit is contained in:
Ilya Kantor 2019-10-21 16:15:22 +03:00 committed by GitHub
commit 77e9317d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ Functions provide a built-in method [bind](mdn:js/Function/bind) that allows to
The basic syntax is:
```js
// more complex syntax will be little later
// more complex syntax will come a little later
let boundFunc = func.bind(context);
```