Node.JS MCQs with Answers

What is the purpose of the Node object property ownerDocument?
A)
Returns the parent node
B)
Returns the immediate node
C)
Returns the last element
D)
Returns the root element

Correct Answer :   Returns the root element