Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 569 Bytes

Asynchronous JavaScript Concepts by Gorakh

AsynchronousOperation 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