SyntaxFix
Write A Post
Hire A Developer
Questions
You could compare String representations so:
array1.toString() == array2.toString() array1.toString() !== array3.toString()
but that would also make
array4 = ['1',2,3,4,5]
equal to array1 if that matters to you