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.
I am stuck here: 'First a of in' should equal 'First A Of In'
Well, that's the problem this kata is posing to you. "If the problem were different, my solution would be right, because I solved a different problem" isn't really an issue with the kata...
Expected [a] but got [b]
means your code returned[b]
, but the correct answer is[a]
. "First A Of In" is the correct result if "a", "of" and "in" aren't considered minor words.And how your solution returning a wrong value is an issue?