{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread operator","Code":"const headers = [\r\n {\r\n text: \u0027TAR\u0130H\u0027,\r\n key: \u0027date\u0027,\r\n width: \u002725%\u0027\r\n },\r\n {\r\n text: \u0027\u0130\u015ELEM\u0027,\r\n key: \u0027processType\u0027,\r\n width: \u002725%\u0027\r\n }\r\n];\r\n\r\nconst detail = {\r\n text: \u0027\u0130\u015ELEM DETAYI\u0027,\r\n key: \u0027detail\u0027,\r\n width: \u002750%\u0027\r\n};\r\n\r\nconst newHeaders = [...headers, detail];","IsDeferred":false},{"Name":"Push","Code":"const headers = [\r\n {\r\n text: \u0027TAR\u0130H\u0027,\r\n key: \u0027date\u0027,\r\n width: \u002725%\u0027\r\n },\r\n {\r\n text: \u0027\u0130\u015ELEM\u0027,\r\n key: \u0027processType\u0027,\r\n width: \u002725%\u0027\r\n }\r\n];\r\n\r\nconst detail = {\r\n text: \u0027\u0130\u015ELEM DETAYI\u0027,\r\n key: \u0027detail\u0027,\r\n width: \u002750%\u0027\r\n};\r\n\r\nconst newHeaders = headers.push(detail);","IsDeferred":false}]}