Vidyalelo
JavaScript · Q48

Invocation And Performance Navigation

Programming · JavaScript · question 48

Q48

Which is the next step after retrieving the content in chunks?

A.
Paint DOM elements
B.
Parse Content
Answer
C.
Build DOM nodes in render tree
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
After retrieving the content in chunks, the contents will be parsed.