mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
This makes _.last() behave the same as _.first(). Passing an optional second argument n will return the last n elements of the array.
This makes _.last() behave the same as _.first(). Passing an optional second argument n will return the last n elements of the array.