2

How can I compare this two array or check that if it is same index and same value

example: not equal

var a = [310,311,312];

var b = [312,311,310];

example: equal

var a = [310,311,312];

var b = [310,311,312];

Thank you in advance.

jemz
  • 4,987
  • 18
  • 62
  • 102

0 Answers0