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.
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