Vidyalelo
JavaScript · Q51

Invocation And Performance Navigation

Programming · JavaScript · question 51

Q51

What is the purpose of script loading?

A.
Load Scripts programmatically
B.
Load JavaScript files manually
C.
Load JavaScript files programmatically
Answer
D.
All of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The script loading loads remote JavaScript files programmatically and allows us to trick the rendering engine.