{"ScriptPreparationCode":"var list = [];\r\nfor (var i = 0; i \u003C 100; i\u002B\u002B) {\r\n list.push(i);\r\n}","TestCases":[{"Name":"1","Code":"const arr = list.splice(0, 90);\r\narr.find(el =\u003E el === 92)","IsDeferred":false},{"Name":"2","Code":"list.find(el =\u003E el === 92)","IsDeferred":false}]}