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.
Can the description be less informative about what
timesTable
mean in the kata?JS Node 12 should be enabled
It's not
elements of the array
that are divisible by 2, it's theindex
of the elements.Also it's 0-indexed.
Fun kata, thanks!
Please do consider rewording this note in the description:
"Mad Max has attempted to confuse you by adding extra numbers into elements of the array that are divisible by 2 exactly."
I understood this to mean numbers/elements in the array that were even, when it intended to mean even indexed elements (not the elements themselves). Maybe reword to:
"Mad Max has attempted to confuse you by adding extra numbers into elements of the array, those whose index are divisible by 2 exactly."
Neesd random tests.
This comment is hidden because it contains spoiler information about the solution
Uhm I can't submit anything, keep getting 500: Internal Server Error
Needs random test cases :)
needs random test cases :)
Is this supposed to be a puzzle?
(Puzzle != Good kata)
Description needs to be a little bit clearer on what is supposed to be happening.
Needs more test cases.
If you've got two functions that need to be implemented you should make sure both are fully tested.