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