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