Thanks for the response! It just feels like it is a bit too open to interpretation.
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?
Loading collection data...
Thanks for the response! It just feels like it is a bit too open to interpretation.
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?