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?
How are your logs correct? For
'aeiouAEIOU'
, expected answer is 0. Do your logs show 0?"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.
Answered above.
From the description:
firstName
andsurname
are objects that are preloaded and you can use them in your solution.For future reference, issues are when something is broken with the kata, not for when you have a question.
where is the alias value? missing parameter. :( no gucci
where is the alias value? missing parameter. :(
no gucci
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
You need to use some method, check out how to use regular expressions first.
Yes, that would work too.
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?
Loading more items...