Have you ever used the strict equal operator? I learned about it few days ago…
Below is a quick explanation of its behavior:
“The strict equal to operator returns true if both operands are equal (and of the same type). It doesn’t perform any data type conversion, so an expression like 1 === true returns false […]








Recent Comments