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.
fire idea !
Checking the 1s test ???
Execution Timed Out (12000 ms)
Console [result] deeply equal [Test]
Completed in 10950 ms (min 6711ms)
return false/False
or
throw "Error"
Discription:
F(n) being the smallest one such as F(n) * F(n+1) > prod.
F(n) ... 55, 89, 144 ...
prod === 5895
55 * 89 = 4895 < 5895
89 * 144 = 12816 > 5895 ===> [55,144,false]
cool! match vs split
perfectly!