Ad
  • Custom User Avatar

    Can you check on Codepen what your solution returns for twoSort(['brutal', 'blonde', 'banana', 'bikini'])? What would be the correct answer?

    Also feel free to visit Codewars Discord and its #help-solve channel, you can always find someone there to get help!

  • Custom User Avatar

    Your solution has a bug, it returns incorrect answer for example for folloing test:

    assert.strictEqual(twoSort(["bitcoin", "banana", "over", "the", "world"]), 'b***a***n***a***n***a' );

    It is not a kata issue.

  • Custom User Avatar

    How are they incorrect? What do I have to do to fix them?

  • Custom User Avatar