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