assign an array to another variable and repeat the items code example Example: javascript repeat element in array Array(5).fill(2) //=> [2, 2, 2, 2, 2]