The last element — total because the array is non-empty.
const mostRecent = last(of(order1, order2, order3)) Copy
const mostRecent = last(of(order1, order2, order3))
The last element — total because the array is non-empty.