mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -11,7 +11,7 @@ import toInteger from './toInteger.js';
|
||||
* @returns {Array} Returns the new flattened array.
|
||||
* @example
|
||||
*
|
||||
* var array = [1, [2, [3, [4]], 5]];
|
||||
* const array = [1, [2, [3, [4]], 5]];
|
||||
*
|
||||
* flattenDepth(array, 1);
|
||||
* // => [1, 2, [3, [4]], 5]
|
||||
|
||||
Reference in New Issue
Block a user