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.
No random tests.
Test updated for node 18 version.
Should be fixed after 6 years ~~
Issue with your code ~~
Closing issue, looks like its already solved :)
Changed the discription with your suggestion :)
It expects string undefined rather than actual undefined (see the quotes around the expected undefined).
Same as everyone else's issue:
Had to a bunch of regex to get the function string to match the answer.
Not sure whats happening, but after a few hours I gave up and unlocked the solutions, but even when I copy/paste someone elses solution and submit it still fails the the function test
Interesting Kata, I learned how to serialize Javascript Objects and functions.
This comment is hidden because it contains spoiler information about the solution
I think the ES2015 support via "babel" has broken this test (functions get reformatted by babel).
Hi, I've added a CoffeeScript translation, if you want to approve it, instructions for the approval process are here.
Yes, it's true. On the other hand, it's too much of a hassle when kata requires writing a parser and so it's not a 7 kyu anymore.
I know that it could be irittating, because similiar solutions passed (in the past) all tests, but in the description there is no information how functions should be transformed. In other words - you can't blame the kata if bad solution does not pass tests.
Loading more items...