Given a sentence, return the last word in the sentence.
// input: const s = 'The gecko climbs on the ceiling' // output: 'ceiling'
/* output */