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.
This Kata took much longer than i thought for me to get it right, really enjoyed scratching my head and suffering to make it work.
Thanks for the fix! My solution works now.
Some issues are not fixed still:
Hi, thank you for your detailed feedback, I've made an attempt to address your points, if you have time to check again?
Thank you!
Hi! Thanks for the feedback! I've just taken a look and realised I was unintentionally passing the same array to the user code, as I was to the test code. (Which means if you were manipulating the array, it would affect the test result)
Hopefully I've fixed this now, could you try and submit your solution again and mark as resolved if this has fixed the issue for you?
Thanks!
I'm pretty sure the 'Should work for random names' test is bugged:
I've checked many times whether I was causing the error, but everything seemed fine on my part. It's preventing me from passing all the tests.
Thank you!
Minor spelling mistakes in description
fed back
->feedback
alphebetised
->alphabetised
Still not fixed in Example Test Cases
Thanks for the feedback!
Resolved.
truncateThreshold
in chai config should be set to0
orfalse
so that the expected result is not truncated