const
{"ScriptPreparationCode":"const links = [ { Rel: \u0022modelSelectionSetup\u0022, Href: \u0022http://localhost:8081/Embed/8184/4870/Setup/ComparisonSelection\u0022 }, { Rel: \u0022comparisonSetup\u0022, Method: \u0022GET\u0022, Href: \u0022http://localhost:8081/Embed/8184/4870/45/Setup/RangeComparison\u0022 } ] ","TestCases":[{"Name":"for","Code":"for(let i=0; i\u003Clinks.length; i\u002B\u002B) { const link = links[i]; if (link.Rel == \u0027comparisonSetup\u0027) return link; } ","IsDeferred":false},{"Name":"filter","Code":"return links.filter(x =\u003E x.Rel == \u0027comparisonSetup\u0027)[0]; ","IsDeferred":false}]}