Suggested Study
The Event Loop
Callbacks, Promises, Async
- setInterval
- References
- Error-First Callback Convention
- Callback Hell:
- Practice
APIs
fetch
Class Recordings
- Students: Here you can find recordings of this module from past classes. Enjoy!
- Coaches: When sending your PR’s with links please …
- Indicate which class you were teaching
- Which week it was (if the module is more than 1 week)
- Give your name
- and a helpful description
Class 7 & 8
Anthony, Kevin
- week 1:
- week 2:
- week 3:
Bram, Deni
- week 1:
- week 2:
- week 3:
Bram, Thibault
- week 1: Scheduling & The Event Loop.
setTimeout
, setInterval
- week 2: Promises &
fetch
- week 3:
async
/await
& fetch
- week 1 - by Yoshi and Joel:
- week 2 - by Yoshi:
Class 15
- Week 1: timeouts and the event loop
- Week 2: Node & File System, Refactor Sync to Callbacks
- week 3: