intersection

Deprecated: Use the native Set.prototype.intersection() function instead.

Create an array with unique values that are present in all arrays.
The order of the values is based on the first array.

Optionally, use a compare function for element comparison (default is ===).

Example