Contact: aviboots(AT)netvision.net.il
39,926 questions
51,859 answers
573 users
const str = 'javascript typescript node.js php'; const count = new Set(str).size; console.log(count); /* run: 17 */