Coercion is the process in JavaScript where a value is automatically converted from one data type to another. It can happen either explicitly (when you do it intentionally) or implicitly (when JavaScript does it behind the scenes). Types of Coercion...
asawer.hashnode.dev3 min readNo responses yet.