Copy an Array with the Spread Operator(loops)

Challenge: Copy an Array with the Spread Operator

Link to the challenge:

Well, a for loop runs a set of instructions a fixed number of times. How many times do you want to do this?