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
This question is part of this quiz :
Asynchronous JavaScript