about | help | code help+videos | done | prefs |
An array contains names of students in a calculus class. Count the number of students whose name has a length that is a multiple of the len parameter. commonAlgCountNames(["Sam", "George", "Tony", "Gigi"], 3) → 2 commonAlgCountNames(["Mike", "Michael", "Johnny", "Jo"], 2) → 3 commonAlgCountNames(["Larry", "Julie"], 3) → 0 ...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