about | help | code help+videos | done | prefs |
Return the String that has the longest length. Assume that the array words has at least one item longestString(["Sally", "bob", "charles", "joe"]) → "charles" longestString(["abc", "bab", "bbo", "abbaacca", "abcabc"]) → "abbaacca" longestString(["New Hampshire", "New York", "California", "Texas"]) → "New Hampshire" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 201 Post-solution available
Copyright Nick Parlante 2017 - privacy