mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Bump to v4.12.0.
This commit is contained in:
4
nth.js
4
nth.js
@@ -4,8 +4,8 @@ define(['./_baseNth', './toInteger'], function(baseNth, toInteger) {
|
||||
var undefined;
|
||||
|
||||
/**
|
||||
* Gets the nth element of `array`. If `n` is negative, the nth element
|
||||
* from the end is returned.
|
||||
* Gets the element at `n` index of `array`. If `n` is negative, the nth
|
||||
* element from the end is returned.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user