Given an array, return the third element in the array.
// input: const a = ['foo', 'bar', 'baz', 'bun'] // output: baz
/* output */