Contact: aviboots(AT)netvision.net.il
39,959 questions
51,901 answers
573 users
const arr: string[] = ["t", "y", "p", "e", "s", "c", "r", "i", "p", "t"] const st = new Set<string>(arr); console.log(st); /* run: Set (8) {"t", "y", "p", "e", "s", "c", "r", "i"} */