var car = { model: "focus" }; var copy = Object.assign({}, car); //или новый синтаксис var copy = {...obj};