'==' vs '===' in JavaScript
Jan 10, 2022 · 1 min read · 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...
Join discussion


