a = [1, 2, 3]; b = [1, 2, 3]; console.log(a == b); // false
Related questions
Find more questions by tags JavaScript