about | help | code help+videos | done | prefs |
Given an array of Strings, return the number of elements that have a length of 2. len2(["do", "re", "mi"]) → 3 len2(["two characters"]) → 0 len2(["12", "384", "00", "45.3", "1.9"]) → 2 ...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
Copyright Nick Parlante 2017 - privacy