about | help | code help+videos | done | prefs |
Given an array of strings, return the count of the number of strings with the given length. wordsCount(["a", "bb", "b", "ccc"], 1) → 2 wordsCount(["a", "bb", "b", "ccc"], 3) → 1 wordsCount(["a", "bb", "b", "ccc"], 4) → 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: 215.0
Copyright Nick Parlante 2017 - privacy