{"ScriptPreparationCode":"var data = Array(1000).fill(0).map((v, i) =\u003E i);","TestCases":[{"Name":"slice","Code":"var copy = data.slice(0, 100);","IsDeferred":false},{"Name":"do while","Code":"var i = 0;\r\nvar copy = [];\r\ndo {\r\n copy.push(data[i]);\r\n i\u002B\u002B;\r\n} while(i \u003C 100)","IsDeferred":false}]}