Contact: aviboots(AT)netvision.net.il
40,756 questions
53,124 answers
573 users
const arr = Array(10).fill(3) console.log(arr); /* run: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3] */