Update article.md
This commit is contained in:
parent
706b1f26b2
commit
260bca1c1a
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
||||||
|
|
||||||
# Promises chaining
|
# Promises chaining
|
||||||
|
|
||||||
Let's return to the problem mentioned in the chapter <info:callbacks>.
|
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?
|
||||||
|
|
||||||
- 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.
|
Promises provide a couple of recipes to do that.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue