about | help | code help+videos | done | prefs |
equalAnyVowels
String equality where any vowels are equal to any other vowel. (Do this by breaking up the string one character at a time, recursively. I know there are better ways to do it) equalAnyVowels('', '') → True equalAnyVowels('f', 'd') → False equalAnyVowels('a', 'e') → True ...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