Contact: aviboots(AT)netvision.net.il
42,236 questions
54,948 answers
573 users
const number = 875125; const arr = Array.from(String(number), Number); console.log(arr); /* run: [8, 7, 5, 1, 2, 5] */