Question: --JaveScript-- In this problem, you'll iterate over an input String and return string with the count of the frequency of the different vowels in the
--JaveScript-- In this problem, you'll iterate over an input String and return string with the count of the frequency of the different vowels in the string. The vowels in the return string be in the order they appear in the input string. For the purposes of this problem, all letters in the input string will be lowercase. For instance: "hello world" should return e1o2" and "plz & thx" should return an empty string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
