This folder contains assignments related to asynchronous JavaScript.
Recommended order below but feel free to make a mess in any order you like.
- Easy
- Counter
- Counter (no setInterval)
- Read from a file
- Write to a file
- Medium
- File cleaner
- Clock
- Hard
- Promisify setTimeout
- Sleep completely
- Promise all
- Promise chain
- If you have Node.js locally, you should run these on your machine
- If you don't, you can copy these over to repl.it and run it there.