Contact: aviboots(AT)netvision.net.il
39,990 questions
51,935 answers
573 users
const number = 908347; const arr = Array.from(String(number), Number); console.log(arr); /* run: [9, 0, 8, 3, 4, 7] */