Review:

  1. Promise Basics
  2. Constructor – The Promise() constructor
  3. Instance method – promise.prototype.then ()
  4. Promise method – promise.resolve ()
  5. Promise method – promise.reject ()
  6. Promise method – promise.all ()
  7. Promise method – promise.race ()

Study:

  1. Async function
  2. await
  3. Function.prototype.call()
  4. Function.prototype.apply()
  5. Function.prototype.bind()
  6. JavaScript deep simulation of call and apply
  7. JavaScript in-depth simulation of bind implementation

Complete:

  1. I Promise you I Promise you
  2. Encapsulate a successful method based on AXIos that handles the request code equals zero. (3 implementations)
  3. Handwritten call, apply, bind simulation implementation