Leaving Callback Hell with Promises and ES7 async/await

Slides and code from my talk for the Toledo Web Proffessionals on 1/13/2016. It was a quick overview of how Promises in ES6 and async/await in ES7 can allow for much cleaner JavaScript coding.

Slides

Code