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.
Description: single pass
Tests: full sort
Description:
bubblesort_once
Tests:
bubble_sort
Which requirement?
Restrictions should be tested.
You learned nothing from your previous attempt at this problem.
Yeah, i forgot to delete javascript
you can't simply give people the code just for them to upvote your kata for you
Oh okay thank you
hes my tester
JavaScript version is wrong and should be either fixed, or deleted.
You cannot delete it now, but one possibility is to unpublish the kata so others cannot see it for now, and change it into some other one.
You can also come to Codewars Discord and discuss your ideas in
#kata-ideas
or#help-author
channel.LocalUser0132
sarishvili-ioane
Can either of you explain why your solutions are exactly identical down to every last single character?
Oh i didn't know it :// sorry, should i delete it?
Your kata seems to be a duplicate of this one and is a subset of this one.
Hello, yeah i forgot to add that you can't use sorted() function :// this is my first codewars
Example tests don't even test the function. Also, existing function
sorted()
pass all the tests. Initial solution has example of add_two_ages function.i didn't see it coming that way.
Can someone explain the logic behind this code?