myArray.length;
Array.prototype.max = function() { return Math.max.apply(null, this); }; myArray.max();
로그인 후 답글을 남길 수 있습니다.