Skip to content

Latest commit

 

History

History

isThereAVowelInThere

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Is there a vowel in there?

8 kyu link to kata
my solution

Given an array of numbers, check if any of the numbers are the character codes for lower case vowels (a, e, i, o, u).

If they are, change the array value to a string of that vowel.

Return the resulting array.