.reduce((maxWord, word) => { return word.length > maxWord.length ? word : maxWord; }, '')