Review:
- Promise Basics
- Constructor – The Promise() constructor
- Instance method – promise.prototype.then ()
- Promise method – promise.resolve ()
- Promise method – promise.reject ()
- Promise method – promise.all ()
- Promise method – promise.race ()
Study:
- Async function
- await
- Function.prototype.call()
- Function.prototype.apply()
- Function.prototype.bind()
- JavaScript deep simulation of call and apply
- JavaScript in-depth simulation of bind implementation
Complete:
- I Promise you I Promise you
- Encapsulate a successful method based on AXIos that handles the request code equals zero. (3 implementations)
- Handwritten call, apply, bind simulation implementation