With latest browsers and NodeJS support, features like async/await are becoming the norm in modern web-development. For new developers, especially for those who’s JavaScript is their first language, it is very important to deeply understand how such features work to make the most out of them.
In his talk from JSConf US 2015, Jafar Husain explains async programming features in newest versions of JavaScript including promises, generators, and async functions.