Episode

Async/await for managing promises [47 of 51]

A new pattern of using async/await syntax for managing promises is increasing in popularity. We'll show off how you can use async/await to make your code appear synchronous while performing asynchronous operations.

Learn more at: https://github.com/microsoft/beginners-intro-javascript-node
Watch the entire series: https://aka.ms/BeginnersSeriesToJavaScript

#JavaScript #Beginners #Tutorial #NodeJS