copy [3][0] = "New value in nested array";. copy[3][1]["one"] = "New value in nested object";. return {original, copy};.
確定! 回上一頁