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’m genuinely surprised by the low rating on this kata!
Could it be because of the big data in the testing? 😄
Personally, I didn’t encounter any issues — quite the opposite!
I found it straightforward, well-structured, and honestly enjoyable to solve.
Thanks a ton for the effort you put into designing this one — it deserves more love! 💙
This comment is hidden because it contains spoiler information about the solution
I've tried to solve this task in Python, but there is a syntax error problem with test data:
"File "/workspace/default/tests.py", line 11
SyntaxError: unterminated string literal (detected at line 11)"
This comment is hidden because it contains spoiler information about the solution
Fixed in latest fork
Fixed by OP
Approved
JavaScript fork to add random tests and chai.
Fixes this issue.
Thank you for your response
JavaScript
Unspecified AssertionError
when failing, which is very unhelpful for troubleshootingThis comment is hidden because it contains spoiler information about the solution
Approved
python new test framework is required. updated in this fork
Not a kata issue, data is already a JSON object, why are you trying to parse it?
This comment is hidden because it contains spoiler information about the solution
Loading more items...