about | help | code help+videos | done | prefs |
Given a string, return the string without the vowels. Hint: Is there a part of this code that you would like to break off into a separate function? If so, then write that function first! noVowels('aSdf') → 'Sdf' noVowels('asdfeio') → 'sdf' noVowels('fIsH') → 'fsH' ...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