Search posts, tags, users, and pages
Lekan Kareem
Npm init
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...
eibrahim
Developer
Great explanation, but i thought it was JavaScript
Just like most syntax, this operators span across different languages, so it works in both JavaScript and PHP.
Hope this answers your question
eibrahim
Developer
Great explanation, but i thought it was JavaScript