The apply() method accepts arguments in an array: var arr = [6, 89, 3, 45]; var maximus = Math.max.apply(null, arr); // returns 89