Match keywords

Report a typo

Match the following keywords with their meanings or use cases.

Match the items from left and right columns
async
await
try
catch
It works only inside the async functions.
When a function is declared, using this keyword makes the code asynchronous.
It is executed and completed successfully if the Promise is resolved.
It only executes if the Promise is rejected.
___

Create a free account to access the full topic