Monday, 1 January, 2018 UTC


Summary

The new async and await keywords in JavaScript are probably the best and almost complete solution to the asychronous programming problem. In JavaScript, however, they are built on top of the Promise and are surprisingly subtle.