0 votes
in JavaScript by
What is the purpose of script loading?

a) Load Scripts programmatically

b) Load JavaScript files manually

c) Load JavaScript files programmatically

d) All of the mentioned

1 Answer

0 votes
by

Answer:-  C

Reason: 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.

...