{"ScriptPreparationCode":"var data = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0];","TestCases":[{"Name":"slice with map","Code":"data.slice(0, 6).map(x =\u003E x \u002B 1);","IsDeferred":false},{"Name":"map only","Code":"data.map((x, i) =\u003E { \r\n if(i \u003E 6) return null\r\n return x \u002B 1\r\n}).filter(Boolean);","IsDeferred":false}]}