DEV Community

FatimaAlam1234
FatimaAlam1234

Posted on

Javascript Coercian

The "==" operator

It does the type coercian by converting one type to another if the value of both are same.
So the "==" operator is an example for type coercian whereas same doesnt happen with the ==== operator.

Top comments (0)