Merge pull request #876 from maurodibert/patch-44

Update article.md
This commit is contained in:
Ilya Kantor 2019-04-02 08:54:18 +03:00 committed by GitHub
commit a8be18d2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,7 @@
# Promises chaining
Let's return to the problem mentioned in the chapter <info:callbacks>.
- We have a sequence of asynchronous tasks to be done one after another. For instance, loading scripts.
- How to code it well?
Let's return to the problem mentioned in the chapter <info:callbacks>: we have a sequence of asynchronous tasks to be done one after another. For instance, loading scripts. How to code it well?
Promises provide a couple of recipes to do that.