Promises work similarly

  • A Promise is an object (can be stored in a variable)
  • .then is a method
  • You can chain .thens to do things in order
  • You don't need to understand this super deeply for now

23 / 25