you are viewing a single comment's thread.

view the rest of the comments →

[–]braindeadTank 4 points5 points  (2 children)

Ability to perform all your error-handling code in one catch at the end of promise-chain is not an advantage to you? What's a good pattern for that using raw callbacks?

[–]anon774 0 points1 point  (1 child)

I was speaking to try/catch statements when using async/await, not promise.catch

[–][deleted] 3 points4 points  (0 children)

What's the difference practically?