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.
It's great.
OK, I got it now. Thanks!:)
See my reply to a similar issue.
In JavaScript, all incorrect (or incomplete) solutions time out. Only correct solutions can pass all tests. This happens because the test framework tries to print out the expected value for the failed FIB ONE MILLION test. But the output is huge for this test case and the print operation times out.
This issue has been already reported below. So I am closing this issue as a duplicate.
This comment is hidden because it contains spoiler information about the solution