about | help | code help+videos | done | prefs |
countVowels
Given a string return the number of characters in the string that are vowels. Do not count Y as a vowel. countVowels("") → 0 countVowels("fish") → 1 countVowels("fiiiish") → 4 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy