配列の中の最大値を取得する(NaN, null対応) - Qiita
普通に扱う場合、もはやイディオムのコレMath.max.apply(null, [-100, 0, 3.14, 0xFF, 1000]); // => 1000// ※ Mathの関数のコンテキ…