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.
[not a kata issue]
your code fails a fixed test, here is the error message:
'Should handle negative numbers. For input n = -13, m = -13: expected NaN to equal +0'
which means your code returned NaN for that test. then your code fails any similar test during the random tests
so, you need to rework your code to handle negative numbers