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 |
Write the point of difference between web-garden and a web-farm?
what is interface ?
Have you used any browser for debugging? If yes, how is it done?
What's relationship between JavaScript and ECMAScript? And What are JavaScript types?
Are all javascript variables global?
Difference between Pure functions Vs. Impure functions in javascript?
What are the methods involved in javascript?
What are the concepts of object oriented programming?Explain with an example.
What is an ECMAScript?
How to validate a form in javascript?
discuss scoping in javascript?
Difference between undefined and undeclared variables?