angular one array contains any of second

JavaScript
const found = arr1.some(r=> arr2.includes(r))

Source

Also in JavaScript: