Discussion :: Javascript - CS
- What is the purpose of the DocumentFragment node type?
A.
To hold a portion of a document |
B.
To split the document into fragments |
C.
To hold the entire document |
D.
None of the mentioned |
Answer : Option A
Explanation :
The DocumentFragment node type represents a “lightweight” Document object, which can hold a portion of a document.
Be The First To Comment