Update article.md
This commit is contained in:
parent
a68022a8d6
commit
6bb64bd96f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ For instance:
|
||||||
- `setTimeout(func)` -- `func` is executed by the built-in scheduler.
|
- `setTimeout(func)` -- `func` is executed by the built-in scheduler.
|
||||||
- ...there are more.
|
- ...there are more.
|
||||||
|
|
||||||
It's very in the spirit of JavaScript to create a function and pass it somewhere.
|
It's in the very spirit of JavaScript to create a function and pass it somewhere.
|
||||||
|
|
||||||
And in such functions we usually don't want to leave the current context.
|
And in such functions we usually don't want to leave the current context.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue