JavaScript Array Encontre o maior valor da matriz de objetos por chave

Math.max.apply(Math, array.map(function(o) { return o.y; }))
Yawning Yak