Async and Await

 Async

Used in a function which returns a promise

Await

Used to pause the execution of the function until promise is resolved.

Comments