Description
In this course, you will learn :
- An in-depth understanding of JavaScript promises
- An understanding of the asynchronous programming in JavaScript
- Hands-on experience creating settled and unsettled promises
- A working knowledge of chaining promises
- Familiarity with monitoring and responding to promises executing in parallel
- The ability to track unhandled rejections
Syllabus :
- Basics of Promises
- Chaining Promises
- Working with Multiple Promises
- Async Functions and Await Expressions
- Tracking Down the Unhandled Rejections