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