Здравствуйте. Не могу разобраться с задачей
export const getTotal = (arr) => {
for (let i=0; 0 < arr.length; i++);
sum(arr);
(i+1);
return i;
}
import { getTotal } from './helper.js';
const revenue = [10, 10, 20, 55, 1, 5, 12, 15];
console.log(For the array ${revenue}, total is ${getTotal(revenue)}
);