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