let length = 101, l = 4; let arr = Array.from({length}, (_, i) => Array(l).fill(++i)); console.log(arr)