Skip to content

Latest commit

 

History

History

countConsonants

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Count consonants

7 kyu link to kata
my solution

Complete the function that takes a string of English-language text and returns the number of consonants in the string.

Consonants are all letters used to write English excluding the vowels a, e, i, o, u.