JavaScript – DOM Collection item() Method
The collection item() method returns the element at a specified index in an HTMLCollection, which is an array-like list of HTML elements.
The collection item() method returns the element at a specified index in an HTMLCollection, which is an array-like list of HTML elements.
The Collection length property returns the number of elements in an HTMLCollection, which is an array-like list of HTML elements.
The collection namedItem() method returns a named element from an HTMLCollection, which is an array-like list of HTML elements.