about | help | code help+videos | done | prefs |
Write a method called bigStrings that accepts one String array as a parameter. It should return a new array with only the Strings longer than 5 characters. bigStrings(["hi", "sweet", "cookie", "icing"]) → ["cookie"] bigStrings(["computer", "day", "hall", "bird", "dinner"]) → ["computer", "dinner"] bigStrings(["table", "chair", "bye", "to", "from"]) → [] ...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: 200 Post-solution available
Copyright Nick Parlante 2017 - privacy