Contact: aviboots(AT)netvision.net.il
41,379 questions
53,922 answers
573 users
const st = new Set(['javascript', 'c', 'c#', 'typescript', 'node.js', 'c++']); const N = 2; const N_element = [...st][N]; console.log(N_element); /* run: "c#" */