Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following gets converted to DOM elements by the rendering engine?

  2. A.

     Tokens

    B.

     Strings

    C.

     Address

    D.

     All of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The string returned by the network layer gets tokenized into meaningful chunks. The rendering engine then takes the tokens and converts them to DOM elements.


Be The First To Comment