Posts by Paula Alves • 31 points
2 posts
-
3
votes1
answer66
viewsQ: compare javascript objects
in this script, which compares objects in javascript, even if I pass equal values (to my understanding, but which all indicates is wrong), the return remains false. someone could help me better…
-
0
votes0
answers23
viewsQ: comparing javascript objects
to compare objects in javascript, I could turn these objects into strings and then compare them? would the result be correct? follows below what I did: let equalsString = (a, b) => { let…