Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification in section: Returning Promises in Promise Chains #431

Open
sagrawal-idrc opened this issue Oct 31, 2018 · 0 comments
Open

Comments

@sagrawal-idrc
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant