Course Introduction
02 minutes37 secondsFunction objects and instance objects
11 minutes36 seconds2 types of callback functions (synchronous and asynchronous)
09 minutes05 secondsCommon built-in errors
13 minutes03 secondsError handling (catch and throw)
12 minutes03 secondsUnderstanding Promise
09 minutes39 secondsPromise status and status changes
04 minutes04 secondsThe basic running process of Promise
03 minutes13 secondsBasic use of Promise
09 minutes03 secondsWhy use Promise?
23 minutes26 secondsAPI description of Promise
11 minutes28 secondsPromise API usage
09 minutes24 secondsAPI usage of Promise-2
09 minutes50 secondsSeveral key issues with Promise-1
08 minutes11 secondsSeveral key issues with Promise-2
09 minutes51 secondsSeveral key issues with Promise-3
18 minutes35 secondsSeveral key issues with Promise-4
11 minutes25 secondsSeveral key issues with Promise-5
17 minutes55 secondsCustom Promise - Description
03 minutes22 secondsCustom Promise_overall structure
12 minutes39 secondsCustom Promise - Constructor Implementation-1
03 minutes11 secondsCustom Promise - Constructor Implementation-2
11 minutes10 secondsCustom Promise_constructor testing and improvement
21 minutes45 secondsCustom Promise_then method implementation-1
19 minutes42 secondsCustom Promise_then method implementation-2
07 minutes47 secondsCustom Promise_then method implementation-3
19 minutes27 secondsCustom Promise_then method testing and improvement
07 minutes27 secondsCustom Promise_then method implementation (second pass)
24 minutes24 secondsCustomize the resolve and reject methods of Promise_Promise
21 minutes42 secondsCustomize the all method of Promise_Promise
19 minutes13 secondsPromise's race method
06 minutes24 secondsImprove all and race methods
04 minutes14 secondsPromise's resolveDela and rejectDelay methods
09 minutes20 secondsclass version
07 minutes46 secondsasync and await
26 minutes26 secondsJS asynchronous macro queue and micro queue
17 minutes31 secondsInterview questions-1
03 minutes14 secondsInterview questions-2
05 minutes56 secondsInterview questions-3
08 minutes19 secondsInterview questions-4
08 minutes42 seconds