Ad
  • Custom User Avatar

    Not a kata issue. Your code is wrong, you are removing duplicates in the string whilst the question asks to double each character in the string.

    Also, you are misunderstanding the logs

    'String' should equal 'SSttrriinngg'

    Meaning that

    actual (what your code returned) should equal Expected correct result from the tests