Challenge 📝
Given is an array words with words. Return the longest word of the array. Return 'Foobar' if the two longest words have the same length.
words
#JavaScript Arrays
Hard
unsolved