Intersect two arrays intersection([1, 2, 3], [2, 3, 4]) // [2, 3]
First array
Second array
Array of intersection
Intersect two arrays intersection([1, 2, 3], [2, 3, 4]) // [2, 3]