Given a string, return the character at index 2.
// input: const s = 'hello' // output: 'l'
/* output */