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.
this is so frustrating. it tells me my solution returns the incorrect answer when I submit it, but in my chrome console it returns the correct answer.
I can't wrap my head around this. It's solving properly in chrome console. but none of my tests are working on codewars. What gives?
your test passes because you are getting the result you are expecting. The problem is that the result you are expecting is not sorted, so you did not solve the problem.
I love this, thank you for dropping this serious knowledge on me!
I wasn't, realized that after commenting. But was getting the join error until I refreshed. Thanks for the reply mrkishi!
I keep getting an error that Object 0 has no join method. I don't know why I can't use .join() on my array, but in any case, I changed my approach so that I'm not even using the join method but I'm still returning that error. Testing returns true, though.