Senior Frontend Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what Is The Lazy Loading?
Answer:
Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed.
Lazy loading is loading code only once user needs it. For Example, there is a button on the page, which shows different layout once user pressed it. So there is no need to load code for that layout on initial page load.
Lazy loading is loading code only once user needs it. For Example, there is a button on the page, which shows different layout once user pressed it. So there is no need to load code for that layout on initial page load.
Download Senior Frontend Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell us can you describe your workflow when you create a web page? | Tell us what Is A Callback Function? |