method DOMStringList.item Private DOMStringList.item(index: number): string | null Returns the string with index index from strings. Parameters index: number Return Type string | null