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