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