What exactly is type coercion in Javascript?
For example, on the use of == instead of ===?
==
===
If data type is not equal with each other then Coercion Happen. like 3 == "3" or boolen == integer