item

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

Returns the node with index index from the collection. The nodes are sorted in tree order.

MDN Reference