NodeList

Term side of the Card
Topic: Object on Page
Unit title: NodeList
Categories: Object
Explanation side of the Card

Explanation: The browser API object that represents a collection of DOM nodes returned by methods like `.querySelectorAll()`. Unlike arrays, NodeLists are array-like objects, meaning they can be accessed by index but may not have all array methods.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: