What is the difference between "==" and "===" in JS?
The equality operator in javascript is used to compare if two values are equal. In Javascript, the comparison is performed with the == and === operators.
What is Double Equal (==) Operator?
Double equals (==) is often referred to as 'loose equality' ...
thevishalsinghrawat.hashnode.dev3 min read