Given a string, return the last character in the string.
// input: const s = 'hello' // output: 'o'
/* output */