Winkelklonarray ohne Referenz
const myClonedArray = Object.assign([], myArray);
2 Programmers 1 Bug
const myClonedArray = Object.assign([], myArray);
const myClonedObject = Object.assign({}, myObject);