Update article.md
This commit is contained in:
parent
f19274156d
commit
e0e4f67da0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ As the result is passed along the chain of handlers, we can see a sequence of `a
|
|||
|
||||

|
||||
|
||||
The whole thing works, because a call to `promise.then` returns a promise, so that we can call next `.then` on it.
|
||||
The whole thing works, because a call to `promise.then` returns a promise, so that we can call the next `.then` on it.
|
||||
|
||||
When a handler returns a value, it becomes the result of that promise, so the next `.then` is called with it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue