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.
true
This comment is hidden because it contains spoiler information about the solution
You modified the original array at the line
copyNumbers.splice(indexMin, 1)
.This comment is hidden because it contains spoiler information about the solution
I meant read these docs: https://docs.codewars.com/training/troubleshooting#post-discourse
As for the link you asked, try this one
You will not find definitions of "positive" and "non-negative" in JS documentation, because these are not JS concepts, but mathematics. "Mathematically speaking" (at least w.r.t. what is, I believe, the most common interpretation), the set of non-negative numbers and positive numbers are not exactly the same, and they differ very slightly (by one element, to be precise).
There is no confirmation of your words in the JS documentation, I ask for a link.
This comment is hidden because it contains spoiler information about the solution
Your code is wrong. Read the docs about how to post code in discourse, please.
non-negative integers is not the same as positive.
This comment is hidden because it contains spoiler information about the solution
Quite annoying, but pretty fun
nice task, but nowhere near 8 kyu level. this should be a 6 at least...
not a kata issue. your code fails for e.g. "moOse"
There is nothing to fix (well, I restored a sample test in the description, someone messed it up, but that was a sample test too, so you should have seen it), neither in the description nor the tests, and I already explained what that means, bye.
This comment is hidden because it contains spoiler information about the solution
Loading more items...