top | item 27734686

(no title)

kylemuir | 4 years ago

Depends how much you care about the equality and how strict. by default == will do type coercion so you can get weird results where things like [] == 0 are true.

More equality fun in JS can be seen here: https://dorey.github.io/JavaScript-Equality-Table/

discuss

order

No comments yet.