{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread operator","Code":"const first = { a: \u0027a\u0027 }\r\nconst second = { b: \u0027b\u0027 }\r\nconst result = { ...first,...second };","IsDeferred":false},{"Name":"Non-destructive Object.assign","Code":"const first = { a: \u0027a\u0027 }\r\nconst second = { b: \u0027b\u0027 }\r\nconst result = Object.assign({}, first, second);","IsDeferred":false}]}