| about | help | code help+videos | done | prefs |
Given an array of Strings, return only the String with the most vowels in it. mostVowels(["Hello", "Goodbye"]) → "Goodbye" mostVowels(["aaa", "bbb", "ccc", "ddd", "eee"]) → "eee" mostVowels(["Aaron", "Ken", "Gena", "David", "Jason", "Brandy"]) → "Aaron" ...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