+ 1
Why false? Though both are object.
var a = { value:23}; var b = { value:23}; alert (a==b); // false
1 ответ
+ 1
It is discussed here-
https://www.sololearn.com/Discuss/2270627/?ref=app
var a = { value:23}; var b = { value:23}; alert (a==b); // false