When using two equals signs for JavaScript equality testing, some funky conversions take place.
When using three equals signs for JavaScript equality testing, everything is as is. Nothing gets converted before being evaluated.
Note: This row does not match up with any of the rows in the other table.
Always use 3 equals unless you have a good reason to use 2.