Async/Await Function is Officially Shipped in NodeJS v7.6.0
With the release of NodeJS v7.6.0, Async/Await function is now native and you don’t need to apply harmony flags to run the code with Async/Await function. NodeJS v7.6.0 contains V8 5.5, in this blog post, V8 team confirms to introduce…