Promise / await-asyncdiewland.eth·Follow1 min read·Aug 8, 2017--Sharehttps://www.gitbook.com/book/samypesse/js-promises/detailsUnderstanding JavaScript's async awaitLet's suppose we had code like the following. Here I'm wrapping an HTTP request in a Promise. The promise fulfills with…ponyfoo.comUnderstand promises before you start using async/awaitWith Babel now supporting async/await out of the box, and ES2016 (or ES7) just around the corner, more and more people…medium.com6 Reasons Why JavaScript’s Async/Await Blows Promises Away (Tutorial)In case you missed it, Node now supports async/await out of the box since version 7.6. If you haven’t tried it yet…hackernoon.com