Vidyalelo
JavaScript · Q71

Invocation And Performance Navigation

Programming · JavaScript · question 71

Q71

What is the purpose of lazy loading?

A.
Immediate loading is necessary
B.
Loading under command
C.
Immediate loading is not necessary
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Lazy loading is a kind of loading in which we don’t need our JavaScript code to be available as soon as the page loads.