{"ScriptPreparationCode":"\r\nvar arr = [];\r\nfor(let i = 0; i \u003C 5000; i\u002B\u002B){\r\narr.push({price: i})\r\n}","TestCases":[{"Name":"sortedIndexBy()","Code":"_.sortedIndexBy(arr, {price: 4242}, \u0027price\u0027)","IsDeferred":false},{"Name":"findIndex()","Code":"arr.findIndex((o) =\u003E o.price === 4242)","IsDeferred":false}]}