/async-examples

Promises to Async examples

Primary LanguageJavaScriptMIT LicenseMIT

The benefits of Async and Await syntax over Promises

This repository contains several before and after code examples to demonstrate how the complexity of asynchronous code can be simplified using async and await syntax.


See the following links for additional reference: