Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Got any tips? Struggling. I can't remove all duplicates.
sort_by() function?
It's not as simple as that, is it??!?!
ah, consonants, not vowels! :D
My log is 10. Why should it be 0?
It should be counting vowels, right?
"Invalid answer for str='aeiouAEIOU': expected 10 to equal +0"
Strange. Mine logs all the correct results in JS. But the above says my results are incorrect.
It's all good now! I think the 'N's being missed were lower case.
This comment is hidden because it contains spoiler information about the solution
Ok, how can it be done? Please outline and don't give a direct answer. Ty
Perhaps I could compare lname[0] and fname[0] to ASCII values?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution