Vidyalelo
JavaScript · Q73

Caching And Debugging

Programming · JavaScript · question 73

Q73

What does the NamedNodeMap object represent in the HTML DOM?

A.
Unordered collection of elements
B.
Unordered collection of attributes
C.
Unordered collection of nodes
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
In the HTML DOM, the NamedNodeMap object represents an unordered collection of an elements attribute nodes.