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.
approved
python translation
what if somebody enters 0?
map
andsome
are disabled but it's not said in the descriptiondone, apparently.
Fixed.
C# - The arguments in the Assert.AreEqual() tests are backwards (both in sample and actual tests) - they should be (expected, actual) but are currently (actual, expected), so generated Test Failed messages are the wrong way around.
Why are you using assertEquals for random tests, but not for the fixed ones? (at least mention the expected result and not just 'Check blank!')
Also, as usual, reading source file via
require('fs')
should be done in preloaded becauserequire
is cached, and it's trivially easy to modify it in user code.every
andreduce
is disallowed by notmap
orsome
?Checking method usage by string is not acceptable, easily bypased, and nobody has done this since 2017.
I notice your estimated rank is
6
kyu.Please humour me. Have a look at this page and explain me which
6
kyu tasks, or even just7
kyu tasks, are required to solve this kata. I honestly couldn't find anything beyond8
.Issue is resolved.
closed
closed
Loading more items...