
Returns the
indexth item in the collection. If
index is greater than or equal to the number of
DOMStrings in the list, this returns
null.
Returns:
The
DOMString at the
indexth
position in the
DOMStringList, or
null if
that is not a valid index.
Parameters:
-
index - Index into the collection.