{"ScriptPreparationCode":"var test=Array.from({length: 100},()=\u003E(Math.random()*100).toFixed(0))","TestCases":[{"Name":"splice with indexOf","Code":"test.splice(test.indexOf(25))","IsDeferred":false},{"Name":"filter","Code":"test = test.filter(v =\u003E v!== 25)","IsDeferred":false}]}