Asynchronous JavaScript Concepts by Gorakh
In this module you will learn following concepts
- XMLHttpRequest API and Callback Hell
- Promises and Consuming Promises
- Chaining Promises
- Handling Rejected Promises
- Throwing Error in Asynchronous Operation
- Role of Event Loop in Asynchronous JavaScript
- Building Promise Yourself
- Async Await
- Immediately Invoked Function Expression
- Running Promises in Parallel
- Promise Combinators