Update article.md
Grammar
This commit is contained in:
parent
30e3fa7237
commit
74ad826d0d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Functions provide a built-in method [bind](mdn:js/Function/bind) that allows to
|
||||||
The basic syntax is:
|
The basic syntax is:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// more complex syntax will be little later
|
// more complex syntax will come a little later
|
||||||
let boundFunc = func.bind(context);
|
let boundFunc = func.bind(context);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue