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.
JavaScript fork fixed 2 below issues, random tests and chai
CoffeeScript translation
This comment is hidden because it contains spoiler information about the solution
Description should be language-agnostic
JS Node 18. (
mocha
+chai
) should be enabledRuby 3.0 should be enabled
In JS and python, random tests can generate scores with
-1
which contradicts with the normal ping-pong ruleschai
should be used instead of the old test framework, andtruncateThreshold
should be adjusted to show proper error messages.No random tests.
Ruby needs random tests.