Vidyalelo
JavaScript · Q129

Document Object Model And Event Handling

Programming · JavaScript · question 129

Q129

Which of the following Node types have a node value equal to null?

A.
Document
B.
DocumentFragment
C.
DocumentType
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
All the three node types namely, Document, DocumentFragment, DocumentType have a node value equal to null.