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.
JS
Sourse: [4, 9, 5, 0, 7, 3, 8, 4, 9, 0]
Expected: [0, 0, 4, 4, 9, 9, 3, 5, 7, 8]
instead got: [0, 0, 4, 4, 9, 9, 5, 7, 3, 8]
Why, in expected, there is a change in order of alone figures, if condition mention that it must stay unchanged?
Ok, sort method bihevior diference depending on Node version could be handled. How to handle this one?
Thanks, all clear now ;)
Hi, I'm receiving only one array as argument, how you guys get second one, wich has to be compared?
What is happening here? 8()
In description said "population greater than or equal... " in fact population should be only greater, you will have 1 condition fail till leave only greater condition. It is descriprion of aaasigment or input data mistake.
This comment is hidden because it contains spoiler information about the solution