Asynchronous JavaScript Course (Async-Await, Promises, Callbacks)
📄 Article version:
⌨️ (0:00:00) Intro
⌨️ (0:00:37) Asynchronous JS
⌨️ (0:01:48) Sync vs Async
⌨️ (0:04:55) Examples ☝️
⌨️ (0:08:40) setTimeout function
⌨️ (0:13:21) callbacks w/examples
⌨️ (0:18:09) ice cream w/ callbacks
⌨️ (0:42:02) Callback hell
⌨️ (0:43:32) Promises & promise cycle
⌨️ (0:54:22) Promise Chaining
⌨️ (1:03:27) error handling
⌨️ (1:05:37) finally handler
⌨️ (1:07:26) Async/ Await
⌨️ (1:09:42) try catch finally
⌨️ (1:15:46) Await keyword w/ example
⌨️ (1:25:22) ice cream w/ async/await