Given a string, convert all characters to uppercase.
// input: const s = 'Hello World' // output: 'HELLO WORLD'
/* output */