Async and Await makes asynchronous code so much cleaner and nicer to work with.
It is widely supported by all the latest versions of modern browsers, including
Node v7.6+.
See can i use [https://caniuse.com/#search=await] for browser support and
node.green [http://node.green/#ES2017-features-async-functions] for