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.
Okay so if I left out the console log Maximum call stack size was exceeded, but without it ran fine. ANyone got an explanation for that?
I think i've sorted this one some time ago can you be specific about where the typo is or what programming language. Thanks
Good Kata! I have noticed some people are cheating on the rest parameters, just filling in 'x,y,z' as per the test cases; it might be better to use some variation on test cases so people can't directly use that cheat (and they would have to use a lot more code if they want to filter out the amount of arguments, OR use rest parameters).
There is a fault in the question, probably a typo, but
1
needs to be output as anane, but is written asanae
. I assumed 'anae' was unique but that threw errors as the results were unexpected. So its a typo.