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 | number |
htmlCollection.keys()
htmlCollection.values()
htmlCollection.entries()
htmlCollection.forEach(callback)
| Param | Type |
|---|---|
callback | \* |

