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.
The Javascript tests for 1000 and 1000000 always pass because those tests accidentally check against the test's own reference implementation of the method:
it("fib 1000",()=>assert.strictEqual( F(1e3), 4346655...
<- noteF
notfib
I think there should be a test or 2 added to the suite. It is possible to write a solution that passes all of the kata's tests, but fails the following: