Ad
  • Custom User Avatar

    I have my kata completed and tested but something is wrong with the codewars test:
    I got this for fn(2) and fn(3)
    Expected: '[" * ",""]'
    instead got: '[" * ","
    "]'

    Expected: '[" * "," *** ",""]',
    instead got: '[" * "," *** ","
    "]'

    Obvioulsly there's a space missing in the expected fn(3) answer. fn(2) is exactly the same and still fails.
    Any clues?