Copy the first two array elements to the last two array elements: const fruits = ["Banana", "Orange", "Apple", "Mango"]; fruits.copyWithin(2, 0);.
確定! 回上一頁