Async Await
- Async/await builds on top of promises
- Enables synchronous style execution of multiple asynchronous methods
- Functions are prefixed with the "async" keyword
- Enables the use of the "await" keyword for invoking promisified functions
Created 2020-08-23T20:46:58+05:30 · Edit