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.
This comment is hidden because it contains spoiler information about the solution
fixed my code, was missing an 's'. Fail, lol
This comment is hidden because it contains spoiler information about the solution
I agree your tests seem off, passed all test but still threw a timeout error.
don't test just attempt, had same error when testing in javascript, but submitted anyway and it passed
Error when testing, but same code passes the attempt. Should have some test in place that is relevant.
figured it out, even though not shown it was seen as string not integer. Fixed and completed, thank you.
Wrong return value: expected [42,0], actual [42,0].
Wrong return value: expected [58,0], actual [58,0].
Wrong return value: expected [16,0], actual [16,0].
Wrong return value: expected [14,0], actual [14,0].
Wrong return value: expected [91,0], actual [91,0].
Wrong return value: expected [48,0], actual [48,0].
Wrong return value: expected [96,0], actual [96,0].
please tell me why this is coming up as a reject.
seems to be an issue with the tests, works on all test examples when run in seperate program.
0 times -1 is still 0 not -0. Also all the cases work just fine when I rewrite into another program and test it. Seems bugged to me.