Coercion in JavaScript
Coercion is the conversion of one type into another either by explicitly calling the methods or by the language itself. There are two types of coercion in JavaScript Implicit Coercion Explicit Coercion Implicit Coercion Implicit coercion in JavaS...