Reply
Fri 25 Sep, 2015 04:25 pm
Hi, I am relatively new to learning Javascript and need to answer a question which I am stuck on.
I want a user to enter a string, count the number of vowels (A,E,I,O,U) the string contains, and output the number of vowels to the user.
So if the user enters "All cows eat grass" it would output "5".
thanks