* Gets the last element of `array`. * * @static * @memberOf _ * @category Array * @param {Array} array The array to query. * @returns {*} Returns the last element of `array`. * @example * * _.last([1, 2, 3]); *
(array)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected