you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 2 years ago

Double equals means equals, triple equals means strict equality including type.

Prevents a Boolean true being evaluated to 1 for example

  • source
  • parent