Skip to content

ivanhubar/Isograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Isograms

An isogram is a word that has no repeating letters, consecutive or non-consecutive. Implement a function that determines whether a string that contains only letters is an isogram. Assume the empty string is an isogram. Ignore letter case.

isIsogram("Dermatoglyphics") == true isIsogram("aba") == false isIsogram("moOse") == false // -- ignore letter case

About

JavaScript Codewars Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published