JavaScript za pomocą math.max () w tablicy

function myArrayMax(arr) {
  return Math.max.apply(null, arr);
}
naly moslih