CH73 / E531|Async/Await|Mon, 10 July ’17
Promisify Me
We continue to refactor our code from callbacks to promises in preparation for migrating to async/await. In today’s episode, we finish refactoring our test functions and move on to the production code. On the production side, we get to use Node’s new util.promise() API.