Async-Await
asynchronous functions and controlling the execution of functions using the await operator
The ability to write asynchronous functions is a major update in ES2017.
What are the asynchronous functions?
Asynchronous functions are functions that return a promise. We denote them by using the async
keyword.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.