What does the NamedNodeMap object represent in the HTML DOM?

What does the NamedNodeMap object represent in the HTML DOM? Correct Answer Unordered collection of arrays

In the HTML DOM, the NamedNodeMap object represents an unordered collection of an elements attribute nodes. The nodes in the NamedNodeMap can be accessed through their name.

Related Questions

A graphical HTML browser resident at a network client machine Q accesses a static HTML webpage from a HTTP server S. The static HTML page has exactly one static embedded image which is also at S. Assuming no caching, which one of the following is correct about the HTML webpage loading (including the embedded image)?
What is the purpose of the Attr object in the HTML DOM?