Difference Between "== " vs "===" in JavaScript
In JavaScript, there are couple of ways for checking equality. They might be do same exact thing, but there is one major difference between them which makes triple equal operator almost always better.
Let's declare two variables and compare them usi...
manpreets.hashnode.dev2 min read
Humza Hasan
SDE - TCS
Great use of examples π