isogram | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 2

isogram

Create a funtion called isIsogram that takes one argument, a word to test if it's an isogram. This function should return a boolean indicating whether it is an isogram (true) or not (false). Example: isIsogram("Dermatoglyphics") Expected result: true

28th Nov 2017, 3:31 PM
Franklin Yaw Frimpong
Franklin Yaw Frimpong - avatar
1 Antwort
19th Feb 2018, 9:48 AM
Vikash Pal
Vikash Pal - avatar