Ad
  • Custom User Avatar

    Just passed this kata in JS, I can confirm it expects you to return '' for no result. As you can see from the output, your solution returns 'none' instead.

    I'm marking this issue as resolved, since it's definitely not a kata issue.

  • Custom User Avatar

    What language are you using?

    Generally, '' (empty string) and null or None (a special object that defines no value at all) are not equal.