Gets the element at index n of array. If n is negative, the nth element from the end is returned.
- Lodash chained on (*): the nth element of array.
See Implementation
Gets the element at index n of array. If n is negative, the nth element from the end is returned.