Calculate the sum of an array of numbers

Write a function that takes an array of numbers as argument. It should return the sum of the numbers.
JavaScript
Console