In Firebug, when looking at a getElementsByTagName array, which is of type HTMLCollection I see the following functions listed:
item()iterator()namedItem()
I know how to use item(number of item) and namedItem(name of item). But what is the use of iterator() ?
I couldn't find an answer, so I'm asking here.