Vidyalelo
JavaScript · Q61

Invocation And Performance Navigation

Programming · JavaScript · question 61

Q61

What is the purpose of the method createDocumentFragment()?

A.
Creates a fragment object
B.
Creates a document fragment
C.
Creates imaginary node object
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The createDocumentFragment() method creates a imaginary Node object, with all the properties and methods of the Node object.