isogram | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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 Answer
19th Feb 2018, 9:48 AM
Vikash Pal
Vikash Pal - avatar