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.
This comment is hidden because it contains spoiler information about the solution
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/162.
Please join the discussion to help us identify duplicate kata and retire them.
how do can i make random i know that we can genrate but how can i make for pass the cases damn ;)
NASM translation lacks completely specifications (input, output, size of the registers, etc.), see the post just below. Moreover it is not possible to have optional parameter in this language, so the kata requirements cannot be respected. This translation should not have been accepted.
JS: Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).
JS: Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).
The example should also be provided in the description. The Sample Test shouldn't be used as a replacement.
Typo in the description:
"object" -> "objective"
"occurances" -> "occurences"
A better practice is to receive and return consistent data types,
This comment is hidden because it contains spoiler information about the solution
I translated this kata to Rust, please take a look!
Good job creating this Kata!
If it were me, I would seriously consider splitting it up into multiple Katas. You have a couple 8ish level exercises in there, then a couple that are 6 or 7 level. Overall it wasn't very satisfying to have to fill out 4 separate functions with so much repetition and shared logic. Would've been more enjoyable if they were separate.
I have a couple of suggestions:
The test failure message does not indicate what the problem actually is, only that the tests has failed:
A better message alternative might be something like these:
Hope that helps! :)
Python translation! Thank you!
I think it's only fair if you mention that
moment.js
is already installed and can be used byrequire('moment')
.Loading more items...