{"ScriptPreparationCode":"data = Array.from({length: 1000}).map((e, index) =\u003E index);","TestCases":[{"Name":"indexOf","Code":"const result = data.indexOf(999);","IsDeferred":false},{"Name":"Lodash IndexOf","Code":"const result = _.indexOf(data, 999);","IsDeferred":false}]}