MCQ Single Best Answer Easy

QWhat function does the ownerDocument attribute of the Node object serve?

ID: #5183 Javascript DOM & Event Handling MCQ 139 views
Question Info
#5183Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Returns the root element
  • B Returns the last element
  • C Returns the parent node
  • D Returns the immediate node
Correct Answer: Option A

Explanation

The owner document of a node is returned as a Document object by the ownerDocument attribute.
It gives the node's root element back.

Share This Question

Challenge a friend or share with your study group.