javascript · Javascript Basics
What is the use of the 'async' keyword in JavaScript?
Answers
- To pause the execution of a function
- To declare a function as asynchronous
- To speed up code execution
- To synchronize two functions
javascript · Javascript Basics