Determine if a word is an isogram — a word with no repeated letters. Case-insensitive, accent-insensitive. Empty string returns true. Multiple words return false.
Click Run to test your code