Skip to main content
method DOMStringList.item
private
DOMStringList.item(index: number): string | null
Deprecated

Returns the string with index index from strings.

Parameters

index: number

Return Type

string | null
Back to top