item

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

The item() method of the MediaList interface returns the media query at the specified index, or null if the specified index doesn't exist.

MDN Reference