{"ScriptPreparationCode":"var data = Array.from({length: 100});","TestCases":[{"Name":"slice","Code":"data.slice(150, 250);","IsDeferred":false},{"Name":"for","Code":"let dataFor = [];\r\nfor (let i = 150; i \u003C 250; i\u002B\u002B) {\r\n dataFor.push(data[i]);\r\n}","IsDeferred":false}]}