copy array method ts code example Example: copy array typescript let myClonedArray: Array<Type> = [...myArray];