我想要编写一个函数,即数组max和min的和乘以并返回该值。[12,6,10,26,3,24] 26*3 + 24*6 + 12*10 = 342function minSum(arr) {var Result=0;for (i = arr.lenght; i >= 0, i-2) { // I need the first help here
Result = Result + Math.max.apply(null,arr) * <em
我试过下面的代码,但是它给出了错误: Math.min.apply(...).indexOf不是一个函数。我只是不确定我可以用什么作为替代?var smallest = []; var min = Math.min.apply(null,distances).indexOf(); smallest.pu