Tag view

#promises

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with promises

1 card

JavaScript Hard Theory

Asynchronous JavaScript: callbacks, callback hell, promises, promise states, promise chaining, async/await, try/catch with async, Promise.all, Promise.allSettled, Promise.race, and Promise.any

Modern async JavaScript is built on promises and `async`/`await`, but you still need to understand callbacks and promise coordination helpers.

  • Promises are pending, fulfilled, or rejected
  • `async` functions return promises
  • Promise combinators solve different coordination problems

Asynchronous JavaScript: callbacks, callback hell, promises, promise states, promise chaining, async/await, try/catch with async, Promise.all, Promise.allSettled, Promise.race, and Promise.any