Given an array of numbers, return the sum of all numbers.
// input: const a = [1, 2, 3, 4, 5] // output: 15
/* output */