Skip to content

add consistency #1613

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

Merged
merged 1 commit into from
Nov 30, 2019
Merged

add consistency #1613

merged 1 commit into from
Nov 30, 2019

Conversation

dagolinuxoid
Copy link
Contributor

quick description:
before: .catch(f) is the same as promise.then(null, f)
after: .catch(f) is the same as .then(null, f)

quick description:
before: .catch(f) is the same as promise.then(null, f)
after: .catch(f) is the same as .then(null, f)
@dagolinuxoid
Copy link
Contributor Author

I like the chapter about Promises very much. It's well written and even better than Jake's article.

@iliakan iliakan merged commit 9d09ada into javascript-tutorial:master Nov 30, 2019
@iliakan
Copy link
Member

iliakan commented Nov 30, 2019

thanks

@dagolinuxoid dagolinuxoid deleted the patch-3 branch December 1, 2019 16:22
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

Successfully merging this pull request may close these issues.

2 participants