Given a variable, return boolean if it is an array.
// input: const a = [1, 2, 3, 4, 5] // output: true
/* output */