about | help | code help+videos | done | prefs |
zz520_longestString
Given an array of Strings, return the longest String. If the array is empty, return the empty String. zz520_longestString(["Hello", "Bye", "I"]) → "Hello" zz520_longestString(["Bye", "I"]) → "Bye" zz520_longestString(["", "I"]) → "I" ...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: 100
Copyright Nick Parlante 2017 - privacy