{"ScriptPreparationCode":"var target = { a: 1, b: 2 };\r\nvar source = { b: 4, c: 5 };","TestCases":[{"Name":"spread","Code":"const other = { ...target, ...source }","IsDeferred":false},{"Name":"assign","Code":"const other = Object.assign(target, source);","IsDeferred":false}]}