one
two
three
Important Notes: (source: https://www.w3schools.com/jsref/dom_obj_htmlcollection.asp)
HTMLCollection
is not an Array
!HTMLCollection
may look like an array, but it is not.HTMLCollection
and refer to its elements
with an index.Array
methods like push()
,
pop()
, or join()
on an HTMLCollection
.