1.1 05 AsyncJS.zip
1. Callbacks Our Good Friend
2. Callback Hell & The Pyramid of Doom
3. The Basics of Promises
4. Using .then() and .catch()
5. Promise Chaining To Flatten Code
6. Error Handling With Promises
7. AsyncAwait Basics
8. More on AsyncAwait
9. Error Handling With Async Functions
10. Async Patterns Parallel Async Operations
11. Async Patterns Sequential Async Operations
12. Async Patterns Promise.all()
13. Async Patterns Promise.allSettled()
14. Async Patterns Promise.race()
15. Building Our Own Promise Objects
16. Promisifying Nodes fs.readFile()
17.1 Exercise Instructions.html
17. Async Num Cards Exercise.html
18. Section Quiz.html