| about | help | code help+videos | done | prefs |
countVowelsInArr
Given an array of strings return the number of vowels in them. (Both upper and lower case) countVowelsInArr(["Hello World", "AaEeIiOoUu", "aeiou", "AEIOU"]) → 23 countVowelsInArr(["Aa", "Ee", "Ii", "Oo", "Uu"]) → 10 countVowelsInArr(["Fuzzy", "Wuzzy", "was", "a", "bear"]) → 6 ...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: 175
Copyright Nick Parlante 2017 - privacy