easyJS ES6+#101

Isograma (no repeated letters)

Prompt

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.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code