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