copyWithin() copies array elements to another position in an array, overwriting existing values.
Copy the first two array elements to the third and fourth position:
The copyWithin() method is not supported in Internet Explorer.