'==' vs '===' in JavaScript
As a developer many times, we see other developers using Strict Equality Operator(===) instead of Abstract Equality Operator(==) and wonder if there is really any major difference between the two? Let's deep dive in to see what's beneath them.
Strict...
omgaikwad.hashnode.dev1 min read