Discussion :: Javascript - CS
- What is the purpose of using the async attribute in the script tag?
A.
Load the script asynchronously |
B.
Load the script synchronously |
C.
Load the page asynchronously |
D.
Load the page synchronously |
Answer : Option A
Explanation :
The async option is a native attribute that will tell the browser to load the script asynchronously.
Be The First To Comment