I will expect `var iMax = _.maxBy(value, function(...
# suitescript
a
I will expect
var iMax = _.maxBy(value, function(eaMax) { return eaMax.quantity; });
this will return also a number but it actually return the whole object(funny)...