# common

Finds the common elements of two arrays.

common([1, 2, 3], [2, 3, 4]); // [2, 3]