knowledge icon indicating copy to clipboard operation
knowledge copied to clipboard

Promises

Open matejchalk opened this issue 4 years ago • 0 comments

Motivation

Should be comfortable working with Promises when encountering them (very common in modern JS).

Proposal

Introduction to Promises:

  • what problem they solve (callback hell)
  • async/await syntax
  • differences from Observables
  • constructing promises
  • Promise.all

Take away

Should be able to use promises with async/await syntax and convert to/from Observables

matejchalk avatar Feb 28 '20 19:02 matejchalk