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