What is the Difference Between "==" and "===" in javaScript?
Let's make it simple...
Both are usually used to compare if two values are equal.
Double Equal (==) Operator :-
First, we see the == operand loosely compares two values, thus it can be used in cases where the data type of the operand isn't important...
priyanshu-singh.hashnode.dev3 min read