In the above program, the f() function is resolved and the then() method gets executed. JavaScript await Keyword The await keyword is used inside the async function to wait for the asynchronous operation. The syntax to use await is: let result = await promise; The use of await pauses the...