is isogram code code example Example: Is IsoGram function isIsogram(str){ return new Set(str.toUpperCase()).size == str.length; }