Merge pull request #530 from shahbazsyed/patch-4

Update article.md
This commit is contained in:
Ilya Kantor 2017-05-05 02:02:47 +03:00 committed by GitHub
commit 1de1a03088

View file

@ -14,7 +14,7 @@ For instance:
- `setTimeout(func)` -- `func` is executed by the built-in scheduler.
- ...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.