{"ScriptPreparationCode":"var strs = Array.from(new Array(10000)).map((_, index) =\u003E index);\r\nvar result = [];","TestCases":[{"Name":"For Push","Code":"for (let i = 0; i \u003C strs.length; i\u002B\u002B) {\r\n result.push(strs[i])\r\n}","IsDeferred":false},{"Name":"Map","Code":"result = strs.map((a) =\u003E a)","IsDeferred":false}]}