Murali P

Murali P

  • 1.5k
  • 190
  • 16.5k

Array comparison in jquery

Oct 17 2023 9:15 AM

hi team,

please help me on below item:

we have 2 arrays with some values

array1 = {11,34,54,67};

array2 = {44,67,11,456};

here need to compare the 2 arrays irrespective of their position... if any value are common then need to throw true/false

please help me


Answers (3)