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 fixed it. Probably same bug as you.
I'm also having this issue. Jolaf, please help me to understand what the issue is. I don't see any issue with my output, it is EXACTLY the same as the output in the test, 3 characters for the R L one. The words are split by a space. I do seem to be meeting the criteria specified in the kata. Unless I'm wildly mistaken.
I don't understand why I thought I needed to do that and didn't test that -_- thanks so much!
Try it without the added quotes. The quotes are just for providing a String literal (like in the example). Your variable 'd' is probably already a String, so you can just use it in the get method as-is. So just leave out the first line of your code there.
Getting a couple questions on the Java translation , could you possibly take a look ? I only know Javascript.
Thanks Christian !
This comment is hidden because it contains spoiler information about the solution