mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @returns {Array} Returns the new empty array.
|
||||
* @example
|
||||
*
|
||||
* var arrays = times(2, stubArray);
|
||||
* const arrays = times(2, stubArray);
|
||||
*
|
||||
* console.log(arrays);
|
||||
* // => [[], []]
|
||||
|
||||
Reference in New Issue
Block a user