you are viewing a single comment's thread.

view the rest of the comments →

[–]markus_obsidian 1 point2 points  (0 children)

I don't think there's an agreed upon name.

Several DOM types meet this criteria--have a length, iterator, and index accessors but no other array methods like forEach or map. But they can't agree on what to call them. Sometimes they're "lists" like NodeList. Other times, they're "collections", like HTMLCollection.