2 of 2
replaced http://stackoverflow.com/ with https://stackoverflow.com/
It's more of a best practices thing than an actual issue, but you should usually use ===
instead of ==
when doing comparisons. ===
is a "strict" comparison, and is a little more predictable in its behavior. This StackOverflow answer is an excellent explanation of why, if you're curious.
Hydrothermal
- 255
- 1
- 8
default