array repeat based off numbers js code example Example: repeat an element in array in js Array(5).fill(2) //=> [2, 2, 2, 2, 2]