about | help | code help+videos | done | prefs |
Return the length of the String with the longest length in the array. findLongest(["Hi", "there", "how", "little", "zoo"]) → 6 findLongest(["AAA", "BBBB", "CCCCC", "DDD", "E"]) → 5 findLongest(["HI"]) → 2 ...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: 300
Copyright Nick Parlante 2017 - privacy