{"ScriptPreparationCode":null,"TestCases":[{"Name":"Using update","Code":"const firstObject = {}\r\nfirstObject.sample1 = \u0027Hello world\u0027;\r\nfirstObject.sample2 = \u0027foo bar\u0027;\r\n","IsDeferred":false},{"Name":"Using Object.assign","Code":"const firstObject = { }\r\nconst secondObject = { ...firstObject, sample1: \u0027foo bar\u0027 }\r\nconst finalObject = { ...secondObject, sample2: \u0027Hello world\u0027 }","IsDeferred":false}]}