const arr = []; for(let i=0; i<100; i++) { arr.push(0); } console.log(arr);