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.
Not a suggestion
I had the same error, but i solved it by using try{}catch{}
Hi @RobertRappole, I've just debugged your code and it seems to produce an error on line 16
Hope this helps.
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.
Crystal translation kumited :)
Tried and it doesn't seem to be working =/. Managed to do what you said in JS and it's working, thanks for that part ;) !
Fix sample tests.
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.
Hi
@RobertRappole
,please post your code here marked as a spioler.
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.
Loading more items...