Hello All, How do i check if any one element of one array exists in another array. Eg: array1 = [1,2,3,4] array2 = [1,4,5,7] Now i expect the result as true even if any one element matches from array2 in array1.
Any help would be appreciated. Thank you. -- Regards : Venktesh Guttedar.