Type Coercion , == operator & strict equality
\== 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 al...
jeevanhenrydsouza.hashnode.dev1 min read