What is the purpose of script loading?
A
Load Scripts programmatically
B
Load JavaScript files manually
C
Load JavaScript files programmatically
D
Load Scripts programmatically & manually
Correct Answer: Load JavaScript files programmatically
The script loading loads remote JavaScript files programmatically and allow us to trick the rendering engine. The async attribute is a boolean attribute. When present, it specifies that the script will be executed asynchronously as soon as it is available.