Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What will happen after executing the script?

  2. A.

     Execute script

    B.

     Layout positioning of DOM elements

    C.

     Paint DOM elements

    D.

     Build DOM nodes in render tree

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    After executing the script, the DOM nodes will be built in the render tree.


Be The First To Comment