shallow copy ↔ one level deep in a cloned Array/Object
References
Object.assign()↔ Object Static Method to merge 2 objects into shallow copy.slice()↔ArrayInstance Method to return newshallow copy portion of Arrayuse [.concat()](concat) to return [**_shallow copy_**](shallow-copy)↔const arrCopy = arr.concat()