You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this section, IMHO, there should be a statement to the effect of:
If the returned value from a promise is another promise, then further execution is suspended until the returned promise is settled. After that, the result of the returned promise is given to the next .then handler.
The text was updated successfully, but these errors were encountered:
URL: https://github.com/nzakas/understandinges6/blob/master/manuscript/11-Promises.md#returning-promises-in-promise-chains
In this section, IMHO, there should be a statement to the effect of:
If the returned value from a promise is another promise, then further execution is suspended until the returned promise is settled. After that, the result of the returned promise is given to the next
.then
handler.The text was updated successfully, but these errors were encountered: