Discussion :: Javascript - CS
- What is the purpose of the Node object property ownerDocument?
A.
Returns the root element |
B.
Returns the last element |
C.
Returns the parent node |
D.
Returns the immediate node |
Answer : Option A
Explanation :
The node object property ownerDocument returns the root element (document object) for a node.
Be The First To Comment