Comparison / Difference Between ( == vs === ) and if() execution
Report Bug
|
Request Feature
|
Discussions
[email protected]
Comparison Table
Difference Between
( == vs === )
or
( != vs !== )
In Javascript
Moral of the story / Conclusion
Always use 3 equals
unless you have
a good reason
to use 2.