Returns the intersection of two arrays or null if there is no intersection.
The first array.
The second array.
An array that contains the intersection of arr1 and arr2, or null if there is no intersection.
arr1
arr2
null
Returns the intersection of two arrays or null if there is no intersection.