how to check if an array has a number code example Example: see if array contains array javascript const found = arr1.some(r=> arr2.indexOf(r) >= 0)