| about | help | code help+videos | done | prefs |
Return the count of how many times the given String (aString) appears in the given array of Strings. countMatchingElements(["hello", "I", "must", "be", "going"], "where") → 0 countMatchingElements(["hello", "I", "must", "be", "going"], "going") → 1 countMatchingElements(["ab", "bc", "cb", "ca"], "b") → 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: 100
Copyright Nick Parlante 2017 - privacy