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