Skip to content Skip to sidebar Skip to footer
Showing posts with the label Truthiness

How Does (a == B == C) Comparison Work In Javascript?

I was expecting the following comparison to give an error: var A = B = 0; if(A == B == 0) conso… Read more How Does (a == B == C) Comparison Work In Javascript?