Appearance
Return the last element of the given array.
last([1, 2, 3]) // => 3
const { last } = require('rhodash') last([1, 2, 3]) // => 3