{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array intersection","Code":"var params = [ \u0022hello\u0022, \u0022hello2\u0022, \u0022sname\u0022 ];\r\nvar other = [ \u0022red\u0022, \u0022wine\u0022, \u0022hello\u0022 ].filter(value =\u003E params.includes(value))\r\n","IsDeferred":false},{"Name":"Lodash intersection","Code":"var params = [ \u0022hello\u0022, \u0022hello2\u0022, \u0022sname\u0022 ];\r\nvar other = _.intersection([ \u0022red\u0022, \u0022wine\u0022, \u0022hello\u0022 ], params);\r\n","IsDeferred":false}]}