| about | help | code help+videos | done | prefs |
Given an array of strings, return a new array containing strings with only the vowels included. arrOfVowels(["Hello World", "AaEeIiOoUu", "aeiou", "AEIOU"]) → ["eoo", "AaEeIiOoUu", "aeiou", "AEIOU"] arrOfVowels(["Aa", "Ee", "Ii", "Oo", "Uu"]) → ["Aa", "Ee", "Ii", "Oo", "Uu"] arrOfVowels(["Fuzzy", "Wuzzy", "was", "a", "bear"]) → ["u", "u", "a", "a", "ea"] ...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: 299
Copyright Nick Parlante 2017 - privacy