"==" VS "===" in Javascript
Overview:
The Comparison operator is used to compare two values. In Javascript, we can test equality using two comparison operators.
== loose equality(double equals)
=== strict equality(triple equals)
The double equals == operator tests for abstr...
swetabisht.dev7 min read
shubham tiwari
Coding is a meme game.
Most elaborate blog on this topic. Each aspect is explained beautifully.