MCQ Single Best Answer Easy

QWhat exactly is a Node object?

ID: #5192 Javascript DOM & Event Handling MCQ 141 views
Question Info
#5192Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic

Choose the Best Option

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

  • A Single node
  • B Set of nodes
  • C Sequence of nodes
  • D Node array
Correct Answer: Option 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

Challenge a friend or share with your study group.