Can't make this comparison between two links truthy #1250
Answered
by
blacksmithgu
DeutscheGabanna
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Jul 10, 2022
Replies: 2 comments 5 replies
-
Only checking by |
Beta Was this translation helpful? Give feedback.
5 replies
-
In Javascript, links are objects and cannot be compared via |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AB1908
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Javascript, links are objects and cannot be compared via
==
; usedv.equal(value1, value2)
.