Where is the external JavaScript placed in the case of lazy loading?
Where is the external JavaScript placed in the case of lazy loading? Correct Answer After window.onload event
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. When we don’t need our JavaScript code to be available as soon as the page loads, we can script-load our external JavaScript after the window.onload event.