Find the intersection of multiple arrays
arguments
intersect([1, 2], [2, 3, 4], [2, 8], [2, '33']) // [2] Copy
intersect([1, 2], [2, 3, 4], [2, 8], [2, '33']) // [2]
2.2.1
Find the intersection of multiple arrays