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' ...
Feb 16, 20233 min read24
