Contact: aviboots(AT)netvision.net.il
39,919 questions
51,852 answers
573 users
const st = new Set(['typescript', 'java', 'php', 'javascript', 'node.js', 'c++']); const N = 2; const N_element = [...st][N]; console.log(N_element); /* run: "php" */