Establecer variable en objeto sin editar el objeto antiguo JS

var newObject = Object.assign({}, myObj);
Vitus