Discussion :: Javascript - CS
- Which of the following gets converted to DOM elements by the rendering engine?
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