Multiple choice

Nodelist, Element Node, Named Node Map, etc. are the words, which are called

  1. attributes

  2. objects

  3. interfaces

  4. elements

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In the Document Object Model (DOM), NodeList, Element, and NamedNodeMap are all interfaces - abstract specifications that define the structure and behavior of objects. They are not specific objects themselves, but rather types that objects implement.