about | help | code help+videos | done | prefs |
Restituire la stringa più lunga di un array di stringhe. Se ci sono più stringhe di lunghezza pari alla lunghezza massima, restituire la prima. lunghissima(["mi", "amigo", "juan luis"]) → "juan luis" lunghissima(["a", "abc", "d"]) → "abc" lunghissima(["a", "abc", "d", "xyz"]) → "abc" ...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: 250 Post-solution available
Copyright Nick Parlante 2017 - privacy