how to test if a element in one array exists in another array code example Example: angular one array contains any of second const found = arr1.some(r=> arr2.includes(r))