typescript copy an array into another code example Example: copy array typescript let myClonedArray: Array<Type> = [...myArray];