Difference between "==" & "===" in JavaScript
"==" is usually referred to as Loose Equality and on the other hand "===" is referred to as Strict Equality. Both of them are used for comparison in JavaScript.
"==" (Loose Equality / Double equals) operator transforms the type of the operand to the ...
pratikwrites.hashnode.dev1 min read