Example Resulting value of x
var h = ["a","b","c","d"];
var x = h.copyWithin(2,0);
a,b,a,b