Ad
  • Custom User Avatar

    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.

  • Custom User Avatar

    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?

  • Custom User Avatar

    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.

  • Custom User Avatar

    I love this, thank you for dropping this serious knowledge on me!

  • Custom User Avatar

    I wasn't, realized that after commenting. But was getting the join error until I refreshed. Thanks for the reply mrkishi!

  • Custom User Avatar

    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.