let array1 = ['a', 'b', 'c', 'd']; ; let array2 = array1; // Reference arr1 by another variable ; array1 = [];.
確定! 回上一頁