{"ScriptPreparationCode":"window.startArray = [];\r\nfor (let i = 0; i \u003C 100; i\u002B\u002B) {\r\n startArray.push(\u0022El-\u0022 \u002B i);\r\n}","TestCases":[{"Name":"spread","Code":"startArray.reduce((accumulator, currentValue) =\u003E {\r\n\treturn [...accumulator, currentValue];\r\n}, []);","IsDeferred":false},{"Name":"push","Code":"startArray.reduce((accumulator, currentValue) =\u003E {\r\n accumulator.push(currentValue);\r\n\treturn accumulator;\r\n}, []);","IsDeferred":false}]}