about | help | code help+videos | done | prefs |
getLengthOfLongestString
Given an array of strings, return length of the longest string in the array. (Difficulty Level: 3) getLengthOfLongestString(["Bill", "Susan", "Steven", "Jean"]) → 6 getLengthOfLongestString(["ab", "bcd", "efgh", "xyz", "oiesg"]) → 5 getLengthOfLongestString(["ITEC", "2120", "Section", "2", "8", "10"]) → 7 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy