JavaScript Promises
  • What’s the point of this course? / Roadmap
Understanding Promises
  • Understanding Promises
  • Why do promises exist?
  • The Untenable Inconsistency of Promises
Using Promises
  • Why use promises? / The Promise Specification / Standard Promise Usage
  • Demo: Standard Promise Usage
  • Returning Promises
  • Demo: Implementing the Promise Spec
  • Async/Await and Promises
  • Demo: Async/Await and Promises
Multiple Promises
  • About Multiple Promises / Chaining Promises
  • Demo: Chaining Promises
  • Promise Utilities
  • Demo: Promise Utilities race, any and all
Handling Errors with Promises
  • What happens when an error happens inside a promise?
  • Demo: Handling Errors with Promises
  • Course Summary
  • Quiz: Mastering Promises