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.
fixed it
Some of the test cases are failing because of case sensetivity. I copied the DATA array and fixed the array in my solution.
Pre-loaded array should not cause failures in test cases.
.
For the markdown part, it's backticks you nee to use ( ` ) not single quotes ( ' ).
toLowerCase
returns a string, and does not mutate it.This comment is hidden because it contains spoiler information about the solution
Thank you for your help. Would you check over my code when I post it, please? I was confused because it kept running for the test cases but then the last one failed when I submitted an attempt. I can't figure out why. I will post code in a few minutes. Thank you so much. I'm sorry. I didn't realize the question/issue section differences. I know now! ^_^
If the problem is in your code, as the amount of solutions in java may suggest (Java Completions 4597), then it's not a kata issue.
Use Question next time, post your code using proper markdown and mark your post as having spoiler content.
Not a kata issue.
I am using Java, and the last test case when submitting for an actual attempt always fails. I am not sure why. The code is good, and works, but the initiateRandTests test keeps failing. I was wondering why that is... Maybe there is an error in my code?