do not repeat similar values in arrray js code example Example: javascript create array with repeated values Array(5).fill(2) //=> [2, 2, 2, 2, 2]