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.
case
I did this method, but better.
This comment is hidden because it contains spoiler information about the solution
had the same problem. check the casing
lol
nice
Did you overcomplicate this? Christ how many things you importing dude?
How did I not think of this? LOL
after hours I got it. I just wrote sentence.toLowerCase(); not sentence = sentence.toLowerCase(); crazy
I have spent hours debugging this thing. When I run it in my ied everything is buttery smooth. I am confident that there is something wrong with the kata unless you can prove me wrong. and yes I did sentence.toLowerCase();
This comment is hidden because it contains spoiler information about the solution
Ok I found out what the problem is. The kata's third test is "abcdefghijklmopqrstuvwxyz". Whoever made the kata intended to put the alphabet but forgot n. That why it says Expected true but was false BECAUSE IT IS FALSE BUT THE IDIOT assert.equals(true) when n is missing.
This comment is hidden because it contains spoiler information about the solution