Loose equality (==) VS Strict equality (===)
You came across this equality comparison which means you must be a programmer who works in JavaScript. And this is awesome!
Double equals (==) and triple equals (===) in JavaScript often make beginners think. But once we get to know how it works then...
pranita.hashnode.dev5 min read
RUTHVICK NANAPURE
A tech enthusiast
The details of type coercion in various cases is the new thing that I learned today. Great job!