mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-25 22:00:41 -04:00
The function name findLongestWord is a little misleading as the challenge asks to return the length of the word not the word itself. Name findLongestWordLength is perfect. BREAKING CHANGE: Function name changed