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