Difference Between == (equal) and === (comparison) Operators In Php
Equal(==) and Identical(===) operators are two of the most used operators in Php. While they are similar, there is still a major difference which is that '==' is used to check if the values of two operands are equal or not. While '===' is used to ch...
husmarn.hashnode.dev2 min read
eibrahim
Developer
Great explanation, but i thought it was JavaScript