Given a string, convert all characters to lowercase.
// input: const s = 'Hello World' // output: 'hello world'
/* output */