{"ScriptPreparationCode":"var strs = Array.from(new Array(1000)).map(() =\u003E \u0027String concat. \u0027)\r\nvar result = []","TestCases":[{"Name":"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 = Array.apply(null, Array(strs.length)).map(function (x, i) { return strs[i]; })","IsDeferred":false}]}