Better way to sum a property value in an array

Updated Answer Due to all the downsides of adding a function to the Array prototype, I am updating this answer to provide an alternative that keeps the syntax similar to the syntax originally requested in the question. Original Answer Since it is an array you could add a function to the Array prototype. The Fiddle: http://jsfiddle.net/9BAmj/