Input array var array = [ 1, 2, 3, 4, 5, 6, 7 ]; // placing at index position 0 the element // between index 3 and 6 console.log(array.copyWithin(0, 3, 6));.
確定! 回上一頁