InterviewSolution
Saved Bookmarks
| 1. |
Where is the external JavaScript placed in the case of lazy loading?(a) After window.onload event(b) Before window.onload event(c) In the header tag(d) In the HTML tagI have been asked this question in unit test.Enquiry is from Lazy Loading in portion Invocation and Performance Navigation of JavaScript |
|
Answer» Right choice is (a) After window.onload EVENT |
|