JavaScript: What is Type Coercion and Type conversion?
JavaScript is a loosely typed programming language, meaning variables can store any values of any data type, and type coercion would take place when operations or comparisons involve values of different types.
Types Of Type Coercion
There are two typ...
kanmicodes.hashnode.dev2 min read