Contact: aviboots(AT)netvision.net.il
39,884 questions
51,810 answers
573 users
const str = 'node.js c'; const result = new Set(str).size == str.length; console.log(result ? "yes" : "no"); /* run: yes */