• Custom User Avatar

    Thanks for the response! It just feels like it is a bit too open to interpretation.

  • Custom User Avatar

    This kata is asking to "Implement a function that determines whether a string that contains only letters is an isogram."
    Most solutions don't check for digits. And there are no test cases for that either. What am I missing?