/Async-Await

Use of async and await enables the use of ordinary try / catch blocks around asynchronous code.The purpose of async / await is to simplify the syntax necessary to consume promise-based APIs.

Primary LanguageJavaScript

This repository is not active