{"ScriptPreparationCode":null,"TestCases":[{"Name":"...","Code":"const firstObject = { sampleData: \u0027Hello world\u0027, sampleData1: \u0027Hello world\u0027, sampleData2: \u0027Hello world\u0027, sampleData3: \u0027Hello world\u0027 };\r\nconst searchMatched = true;\r\nconst searchActive = false;\r\nconst activeIndex = 10;\r\n\r\nconst finalObject = {\r\n\t...firstObject,\r\n \tsearchMatched,\r\n \tsearchActive,\r\n \tactiveIndex\r\n};","IsDeferred":false},{"Name":"assign","Code":"const firstObject = { sampleData: \u0027Hello world\u0027, sampleData1: \u0027Hello world\u0027, sampleData2: \u0027Hello world\u0027, sampleData3: \u0027Hello world\u0027 };\r\nconst searchMatched = true;\r\nconst searchActive = false;\r\nconst activeIndex = 10;\r\n\r\nconst finalObject = Object.assign(firstObject, {\r\n \tsearchMatched,\r\n \tsearchActive,\r\n \tactiveIndex\r\n});","IsDeferred":false},{"Name":"modify","Code":"const firstObject = { sampleData: \u0027Hello world\u0027, sampleData1: \u0027Hello world\u0027, sampleData2: \u0027Hello world\u0027, sampleData3: \u0027Hello world\u0027 };\r\nconst searchMatched = true;\r\nconst searchActive = false;\r\nconst activeIndex = 10;\r\n\r\nfirstObject.searchMatched = searchMatched;\r\nfirstObject.searchActive = searchActive;\r\nfirstObject.activeIndex = activeIndex;","IsDeferred":false}]}