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.
tests should not print to the console
C# restrictions can be bypassed easily --> https://www.codewars.com/kata/reviews/59eff2db976331dd5900003b/groups/650fc2972cf83600018251ef
Not enforcing the use of lambda (In Python)
Not explaining the open / close mechanism precisely with relevant examples
The usage of spoken as a function name has nothing to do with the output. It neither represents a capitalized word / sentence / text nor it is complied with the language speaking style in English!
Too easy to be ranked 6kyu and perhaps a combination of many other katas(doable if possible)In F#, a solution that just uses
... |> List.map id
at some point passes the requirement to usemap
, which is within the letter but not the spirit of the tests.Description could be interpretted as one line of code or one line in the answer. Please adjust description to specify one line of code.
Although it's been raised before, but the Ruby restriction of using
flat_map
is neither necessary, nor is it properly checked: see this solutionJS : expected/actual are swapped at some places in the test suite (I don't know where exactly, see message just below)