JavaScript Promises & async/await

Every combinator (Promise.all, allSettled, race, any), instance methods, and the async/await sugar on top — with the fail-fast gotcha, unhandled rejection handling, and Promise.withResolvers (ES2024).

Combinators (all / race / any)

Instance Methods (.then / .catch)

async / await

Error Handling

Creation

Related references