const str = 'The quick day off.'; const words = str.split(' '); console.log(words[2]);