Skip to content

Commit 260bca1

Browse files
authored
Update article.md
1 parent 706b1f2 commit 260bca1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

1-js/11-async/03-promise-chaining/article.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11

22
# Promises chaining
33

4-
Let's return to the problem mentioned in the chapter <info:callbacks>.
5-
6-
- We have a sequence of asynchronous tasks to be done one after another. For instance, loading scripts.
7-
- How to code it well?
4+
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?
85

96
Promises provide a couple of recipes to do that.
107

0 commit comments

Comments
 (0)