Update article.md

This commit is contained in:
Mau Di Bert 2019-03-28 08:43:11 -03:00 committed by GitHub
parent 706b1f26b2
commit 260bca1c1a
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.