HTMLCollection
Extends: NodeList
See: https://developer.mozilla.org/en-US/docs/Web/API/HTMLCollection
htmlCollection.length : number
Read only
htmlCollection.item(index)
Param
Type
index
numberhtmlCollection.keys()
htmlCollection.values()
htmlCollection.entries()
htmlCollection.forEach(callback)
Param
Type
callback
\*