Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the purpose of lazy loading?

  2. A.

     Immediate loading is necessary

    B.

     Loading under command

    C.

     Immediate loading is not necessary

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    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.


Be The First To Comment