Update article.md

This commit is contained in:
Syed Shahbaz Ahmed 2017-04-24 16:13:18 +02:00 committed by GitHub
parent a68022a8d6
commit 6bb64bd96f

View file

@ -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.