Li Jiapeng
Results
1
issues of
Li Jiapeng
The iteratee "swaps" the contents of the array, so `_.max` should return the smaller member: _.max([2, 5], function (value) { return value === 5 ? 2 : 5; }); //...
fixed
bug