src code
Array#last() → ?
Returns the array's last item (e.g., array[array.length - 1]).
array[array.length - 1]