JavaScript | Asynchronous JavaScript | Question 4

Last Updated :
Discuss
Comments

What does async do when used with a function?

Makes the function synchronous

Automatically wraps the function's return value in a promise

Stops the execution of the function

Immediately executes the function

Share your thoughts in the comments