JavaScript Async/Await

An async function is a function declared with the async keyword, and the await keyword is permitted within it.

Code :