@@ -22,8 +22,8 @@ function maxBy(array, iteratee) {
if(array==null){
returnresult
}
letcomputed
for(constvalueofarray){
letcomputed
constcurrent=iteratee(value)
if(current!=null&&(computed===undefined
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.