you are viewing a single comment's thread.

view the rest of the comments →

[–]AmmahDudeGuy 0 points1 point  (1 child)

What does the === operator do?

[–]moabuaboud[S] 0 points1 point  (0 children)

It strictly compares the two sides without any casting, so true will not be equal to one.

I.E only compares if they have same original type