satish
0
Q:

array with objects read element with the lowest value

myArray.reduce(function(prev, curr) {
    return prev.Cost < curr.Cost ? prev : curr;
});
0

New to Communities?

Join the community