{"ScriptPreparationCode":"var array = [\u0027http://\u0027, \u0027https://\u0027];\r\nvar url = \u0027http://www.google.com\u0027;","TestCases":[{"Name":"Lodash","Code":"_.some(array, (el) =\u003E _.includes(url, el));","IsDeferred":false},{"Name":"ES6","Code":"const test = (el) =\u003E el.includes(url);\r\narray.some(test);","IsDeferred":false}]}