mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -23,9 +23,7 @@ const nativeMin = Math.min;
|
||||
* return n * n;
|
||||
* }
|
||||
*
|
||||
* var func = overArgs(function(x, y) {
|
||||
* return [x, y];
|
||||
* }, [square, doubled]);
|
||||
* const func = overArgs((x, y) => [x, y], [square, doubled]);
|
||||
*
|
||||
* func(9, 3);
|
||||
* // => [81, 6]
|
||||
|
||||
Reference in New Issue
Block a user