Vidyalelo
JavaScript · Q46

Invocation And Performance Navigation

Programming · JavaScript · question 46

Q46

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

A.
Tokens
Answer
B.
Strings
C.
Address
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
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.