Not an issue
That code isn't ok, you shouldn't modify the list you're looping through (you'll skip values that way). That error message seems like a problem with CW servers, not a kata issue.
Not a kata issue. [1, 0, 15] is the expected, unsorted result.
[1, 0, 15]
Not a kata issue, it's a problem with your code and some test, try printing data to see the input and then try your code in here
data
Is your function returning?
i see where the correct array was logged, but I am still getting undefined...javascript
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Not an issue
That code isn't ok, you shouldn't modify the list you're looping through (you'll skip values that way). That error message seems like a problem with CW servers, not a kata issue.
Not a kata issue.
[1, 0, 15]
is the expected, unsorted result.Not a kata issue, it's a problem with your code and some test, try printing
data
to see the input and then try your code in hereIs your function returning?
i see where the correct array was logged, but I am still getting undefined...javascript
This comment is hidden because it contains spoiler information about the solution