Contact: aviboots(AT)netvision.net.il
40,959 questions
53,424 answers
573 users
const str = 'javascript typescript node.js c++'; const count = new Set(str).size; console.log(count); /* run: 17 */