Sehen Sie, ob Array Array JavaScript enthält

const found = arr1.some(r=> arr2.indexOf(r) >= 0)
Crazy Caterpillar