Solution: Vowel Count
Explore how to count vowels in a word using JavaScript's for-of loop. Understand incrementing a count for each vowel found and manipulate strings to reinforce concepts of string handling.
We'll cover the following...
We'll cover the following...
Solution
Here, we count vowels in a word inside the for-of ...