{"ScriptPreparationCode":"var largeArray = Array.from({ length: 100000 }, (_, i) =\u003E i);\r\nvar targetArrayPush = Array.from({ length: 5555 }, (_, i) =\u003E i);;\r\nvar targetArraySimple = Array.from({ length: 5555 }, (_, i) =\u003E i);;","TestCases":[{"Name":"basic","Code":"for (let i = 0; i \u003C largeArray.length; i\u002B\u002B) {\r\n targetArraySimple.push(largeArray[i]);\r\n}","IsDeferred":false},{"Name":"c","Code":"targetArrayPush.push(...largeArray);","IsDeferred":false}]}