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.
Converting to an array and using the every function also fails no loop test, and it's unclear what exactly "no loops" and "no recursion" mean, since they weren't detailed in the instructions or previewed in the sample tests.
Your kata has already been sent back to draft, closing...
This is a frustrating kata indeed. And the complexity doesn't come from solving the issue but finding a solution that fits all the guidelines, which aren't discovered until the failed test messages are given.Please consider either mentioning the requisites in the actual problem description or refactoring "Anti-cheat" section.
This comment is hidden because it contains spoiler information about the solution
CoffeeScript translation
Dang I made the misstake of reading the discourse before trying to solve it. Got me scared shonkless of that last test. Should have just solved it first.
Your solution is incorrect - not a kata issue.
Looks like you forfeited by now since the code shown to me is the top voted one and I cannot find a solution of yours.
But I assume that you used some global variables somewhere, e.g. a "recursion counter" or something.
hello,
I have a problem with the testing closures. My code passed all tests, but I have an error in testing closures. I am confused, if my code works, why is it not passing testing closures. Could someone please help me.
I'm getting weird results, trying a recursive function with javascript:
idk what to do!
Updated Python translation
The best course of action is probably to drop the no loops / no recursion requirement altogether.
Remove those calls to your function at the end of your code, that's what's being detected as recursion, not set or repeat.
Loading more items...