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.
Unit test for 1021 have mistake. Should return 1201
I found case that this code return wrong value;
queueTime( [2,2,3,10] , 2 ) returns 12
It's missing test case in whole test suite.
I can not pass lass 10 test from more tests can someone give more info what about this test
Ex: in this format: Test.assertEquals('1337bAbe'.hexNumber(), true);
I found bug in my code :D so nvm
This comment is hidden because it contains spoiler information about the solution