{"ScriptPreparationCode":"var sports = [{ defaultEventPathId: 1 }, { defaultEventPathId: 2 }, { defaultEventPathId: 3 }, { defaultEventPathId: 4 }];\r\nvar event = { sportId: 1 };","TestCases":[{"Name":"Ramda","Code":"var sportRamda = R.find(R.propEq(\u0027defaultEventPathId\u0027, \u002Bevent.sportId))(sports);","IsDeferred":false},{"Name":"Vanilla","Code":"var sportVanilla = sports.find(({ defaultEventPathId }) =\u003E defaultEventPathId === \u002Bevent.sportId);","IsDeferred":false}]}