Node.js examples for Array:Array Value
Get array max value
Array.prototype.max = function(){ return Math.max.apply({},this) }