Single Choice Easy

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

ID: #5183 Javascript DOM & Event Handling MCQ 155 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

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.