Defina a variável como objeto sem editar o objeto antigo JS
var newObject = Object.assign({}, myObj);
Vitus
var newObject = Object.assign({}, myObj);