{"ScriptPreparationCode":"var small = [...Array(100)].map(it =\u003E ~~(Math.random() * 1000));\r\nvar big = [...Array(1000)].map(it =\u003E ~~(Math.random() * 1000));","TestCases":[{"Name":"big.filter(small.includes)","Code":"big.filter(x =\u003E small.includes(x))","IsDeferred":false},{"Name":"small.filter(big.includes)","Code":"small.filter(x =\u003E big.includes(x))","IsDeferred":false},{"Name":"Set intersection","Code":"[...new Set(big).intersection(new Set(small))]","IsDeferred":false}]}