I have two objects x = {a:1, b:2} and y = {b:2, a:1} and I need to know if they are equals. But JSON.stringify(x) === JSON.stringify(y) return false. someone can help me?
Hi guys how can I kill a Js promise?? I mean I have two promise and after one of them give me a result I wanna abort the other one.
Guys, please any solution for my issue? Object.is don’t work