Replies: 1 comment 2 replies
-
I'm well aware of the differences between strict and loose equality operators, I chose the loose equality because I don't need the guarantees of strict equality and the loose operators save a byte each. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons
Maybe should change all
==
to===
and!=
to!==
?Beta Was this translation helpful? Give feedback.
All reactions