What is lazy loading in javascript?



What is lazy loading in javascript?..

Answer / Sunny Verma

In JavaScript, Lazy Loading is a technique used to improve page load times by only loading resources (such as images or scripts) when they become necessary, often based on user interaction. This reduces the initial load time and improves the overall user experience.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Write the point of difference between web-garden and a web-farm?

1 Answers  


what is interface ?

5 Answers  


Have you used any browser for debugging? If yes, how is it done?

1 Answers  


What's relationship between JavaScript and ECMAScript? And What are JavaScript types?

1 Answers   MCN Solutions,


Are all javascript variables global?

1 Answers  


Difference between Pure functions Vs. Impure functions in javascript?

1 Answers  


What are the methods involved in javascript?

1 Answers  


What are the concepts of object oriented programming?Explain with an example.

1 Answers  


What is an ECMAScript?

1 Answers  


How to validate a form in javascript?

1 Answers  


discuss scoping in javascript?

1 Answers  


Difference between undefined and undeclared variables?

1 Answers  


Categories