array intersect js code example Example: javascript do arrays intersect let intersection = arrA.filter(x => arrB.includes(x));