Array JavaScript Trouvez la plus grande valeur de tableau d'objets par clé

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