DOMStringList.item - Web documentation
method DOMStringList.item
DOMStringList.item(index: number): string | null

Returns the string with index index from strings.

Parameters

index: number

Return Type

string | null