Count vowels
Return the number (count) of vowels in the given string.
We will consider a, e, i, o, and u as vowels for this Kata.
Solutions
💲 Shell
Last updated
Was this helpful?
Return the number (count) of vowels in the given string.
We will consider a, e, i, o, and u as vowels for this Kata.
Last updated
Was this helpful?