JavaScript za pomocą math.min () w tablicy

function myArrayMin(arr) {
  return Math.min.apply(null, arr);
}
naly moslih