# intersect

Finds the common elements of two arrays.

intersect([1, 2, 3], [1, 2]); // [1, 2]