{"ScriptPreparationCode":"var array = Array.from(Array(10000).keys())\r\n\r\n","TestCases":[{"Name":"JS Some","Code":"const found = array.some(s =\u003E s === 433);","IsDeferred":false},{"Name":"JS findIndex","Code":"const found = array.findIndex(s =\u003E s === 433) \u003E -1;","IsDeferred":false}]}