Contact: aviboots(AT)netvision.net.il
39,911 questions
51,843 answers
573 users
const arr : string[] = ['8', '7', '0', '9', '4']; const n : number = parseInt(arr.join(''), 10); console.log(n); /* run: 87094 */