Type Conversion Vs Type Coercion in JavaScript
Type Conversion can be Implicit (which is automatically done by javascript during the execution of code) and Explicit (which is manually done by the programmer).
Implicit Type Conversion is also known as Coercion, While Explicit Type Conversion is kn...
prachipolakhare.hashnode.dev2 min read