You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[_.debounce](http://lodash.com/docs#_debouncefunc-wait-immediate)’ed functions match [_.throttle](http://lodash.com/docs#_throttlefunc-wait)’ed functions’ return value behavior
25
-
*[_.forEach](http://lodash.com/docs#_foreachcollection-callback--thisarg) is chainable
26
-
*[_.groupBy](http://lodash.com/docs#_groupbycollection-callback--thisarg) accepts a third, `thisArg`, argument
27
-
*[_.partial](http://lodash.com/docs#_partialfunc--arg1-arg2-) for more functional fun
28
-
*[_.size](http://lodash.com/docs#_sizecollection) supports returning the `length` of string values
0 commit comments