Each exercise file contains fully working code. You need to refactor each one twice using promisified fs
functions:
- once as standard promises
- once using async/await
- Clone the repo
- Get coding! (there are no dependencies)
- Using util.promisify
- Using
promisify
edfs
- Refactoring from callbacks to promises
- Refactoring from callbacks to async/await
- Refactoring synchronous to asynchronous