Contact: aviboots(AT)netvision.net.il
39,959 questions
51,901 answers
573 users
const arr = ["n", "o", "d", "e", ".", "j", "s"] const st = new Set(arr); console.log(st); /* run: Set(7) { 'n', 'o', 'd', 'e', '.', 'j', 's' } */