var min = Math.min.apply(null, [].slice.call(arguments)); var max = Math.max.apply(null, [].slice.call(arguments));