JavaScript Implicit and Explicit Coercion
JavaScript Implicit and Explicit Coercion
JavaScript Implicit Coercion refers to JavaScript attempting to coerce an unexpected value type to an expected value type. So you can pass a string where it's expected a number and it will try to convert it t...
saadany.hashnode.dev3 min read