Arrays
[1,2,3] === [1,2,3] //returns false , since the object address is compared and they are different in this particular case even though the elements inside both arrays are same.Last updated
[1,2,3] === [1,2,3] //returns false , since the object address is compared and they are different in this particular case even though the elements inside both arrays are same.Last updated