Recent posts

[codeWars]VowelsCount

December 18 2021

Return the number (count) of vowels in the given string. We will consider a, e, i, o, u as vowels for this Kata (but not y). The input string will only consi...