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