Which expression produces a new array with the element at index 1 replaced by `'x'`, leaving the original `arr` untouched?const arr = ['a', 'b', 'c'];