Write a function add up all the numbers in the array and return the result without using the array.reduce method. code example
Example: .reduce mdn
arr.reduce(callback( accumulator, currentValue[, index[, array]] )[, initialValue])
arr.reduce(callback( accumulator, currentValue[, index[, array]] )[, initialValue])