Coding Challenge: Sum of Values

Let's take an array of numbers as input and returning the sum of all the numbers.

Problem statement

Write a function that takes as ...