check the existence of an element in an array and prints the position of element. The promise is fulfilled if the array contains the searched element. code example
Example: angular one array contains any of second
const found = arr1.some(r=> arr2.includes(r))