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