Error Handling with Promises

Learn how ES2015 solves the problem of callback hell and the Pyramid of Doom. Promises are now used everywhere in asynchronous code and are part of modern and future JavaScript.

In this lesson, we’ll learn how to handle errors with Promises. Here’s the code we were using in the last lesson.

Get hands-on with 1200+ tech skills courses.