{"ScriptPreparationCode":null,"TestCases":[{"Name":"Object.assign var params = { b:\u0022hello\u0022, c: true, d:7 }; var other = Object.assign({ a: 2 }, params); var params = { b:\u0022he","Code":"var params = { b:\u0022hello\u0022, c: true, d:7 };\r\nvar other = Object.assign({ a: 2 }, params);","IsDeferred":false},{"Name":"spread operator","Code":"var params = { b:\u0022hello\u0022, c: true, d:7 };\r\nvar other = { a: 2, ...params };","IsDeferred":false}]}