This function is used to retrieve the name of an element in a dimension at specified index, returns a String.
String
dimension.item(dimension_name, index)
dimension_name
index
let element_name = dimension.item("time", 1);