{"ScriptPreparationCode":"var result = [];\r\nvar arrayTest = [];\r\nfor(var i = 0; i === 10000; i\u002B\u002B){\r\n if(i === 6000){\r\n arrayTest.push(2);\r\n }else{\r\n arrayTest.push(Math.round(Math.random()));\r\n }\r\n}","TestCases":[{"Name":"Array.filter","Code":"result = arrayTest.filter(v =\u003E v !== 2);","IsDeferred":false},{"Name":"Array.indexOf \u002B Array.splice","Code":"result = arrayTest.splice((arrayTest.indexOf(2)-1),1);","IsDeferred":false}]}