Skip to content

Latest commit

 

History

History
163 lines (139 loc) · 7.98 KB

suggested-study.md

File metadata and controls

163 lines (139 loc) · 7.98 KB

Suggested Study

The Event Loop

Callbacks, Promises, Async

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

  1. week 1:
  2. week 2:
  3. week 3:

Bram, Deni

  1. week 1:
  2. week 2:
  3. week 3:

Bram, Thibault

  1. week 1: Scheduling & The Event Loop. setTimeout, setInterval
  2. week 2: Promises & fetch
  3. week 3: async/await & fetch
  1. week 1 - by Yoshi and Joel:
  2. week 2 - by Yoshi:

Class 15

  1. Week 1: timeouts and the event loop
  2. Week 2: Node & File System, Refactor Sync to Callbacks
  3. week 3: