Table of contents
\== Operator uses two things that is type coercion and truthy falsy values
Type coercion is the automatic or implicit conversion of values from one data type to another.
For example, converting a string value to an equivalent number value. It is also known as type conversion.
Falsy values
Nan
0
-0
undefined
null
Strict Equality
Checks for type as well as values
If type does not match then it does not check fro values
Objects
- For objects we check if they are referring the same object