last()

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