Type Coercion in Javascript
Type coercion occurs when javascript implicitly converts a value to another data type before evaluating an expression... by implicit, it means it happens automatically behind the scenes Type coercion occurs in various contexts: context of strings: ...

