{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread","Code":"const things = [1, 2, 3, 4];\r\nconst reduced = things.reduce((acc, thing) =\u003E {\r\n\treturn [...acc, thing]; \r\n}, []);","IsDeferred":false},{"Name":"push","Code":"const things = [1, 2, 3, 4];\r\nconst reduced = things.reduce((acc, thing) =\u003E {\r\n\tacc.push(thing);\r\n \treturn acc;\r\n}, []);","IsDeferred":false}]}