Return an array with the unique values present in all given arrays using strict equality for comparisons.
Creates an array of unique values that are included in all given arrays.
Finds the items in common between two arrays.
Gives values present in both arrays.