item

fun item(index: Int): T?(source)

The item() method of the DOMTokenList interface returns an item in the list, determined by its position in the list, its index.

MDN Reference