@@ -14,7 +14,7 @@ import isSymbol from './isSymbol.js';
*
* const objects = [{ 'n': 1 }, { 'n': 2 }];
*
* maxBy(objects, o => o.n);
* maxBy(objects, ({ n }) => n);
* // => { 'n': 2 }
*/
functionmaxBy(array,iteratee){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.