copy object with only target attribute js code example Example: copy object javascript var x = {myProp: "value"}; var y = Object.assign({}, x);