Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Yea, but we now know, because the input is
string
and notstring?
that the input isn't null ;)by the instruction...
the string input is not null!
"Implement a function that determines whether a string that contains only letters is an isogram."
...
a string that contains only letters
...
What would you expect for null? If you get null instead of a string, it's the most logical and correct behavior.
I know but the tests doesn't want me to check for null. So the tests are wrong or at least ignore this case :)