MCQ Practice Single Best Answer Topic: Javascript DOM & Event Handling MCQ

Q What exactly is a Node object?

Question ID
#5192
Subchapter
Javascript DOM & Event Handling MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Single node
  • B Set of nodes
  • C Sequence of nodes
  • D Node array
Correct Answer: A

Explanation

A single node in the document tree is represented by the Node object.
A node can be an element node, an attribute node, a text node, or any of the other node types described in the chapter Node Types.

Share This Question

Share this MCQ with your friends or study group.