Overview
Theintersection transformation finds the common elements between two arrays, returning only elements that appear in both.
Syntax
Parameters
Examples
Returns an array containing only the elements that appear in both arrays.
Find common elements between two arrays
intersection transformation finds the common elements between two arrays, returning only elements that appear in both.