about | help | code help+videos | done | prefs |
An array contains the names of streets in your town. Each street is in lowercase letters. Return the street name that is lowest alphabetically. If the array is empty, return the empty string "". commonAlgLowestStreet(["elm st.", "beach ave.", "zebra dr."]) → "beach ave." commonAlgLowestStreet(["main st."]) → "main st." commonAlgLowestStreet(["fish blvd.", "kick dr.", "velvet rd."]) → "fish blvd." ...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: 10 Post-solution available
Copyright Nick Parlante 2017 - privacy