first()

Gets the first element of the array.
const items = ['🍌', '🍎', '🍊'] 
items.first()