item

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

The HTMLCollection method item() returns the element located at the specified offset into the collection.

MDN Reference