What keyword is used to declare an asynchronous function in Javascript?
async
await
setTimeout
None of the above
Correct Answer : A
Can you pass a anonymous function as an argument to another function?
Which of the following functions is a valid type of function that javascript supports?
How to call a function named “sum”?