Simplified Type Coercion in JS.
Type Coercion: Automatic conversion of a value from one data type to another data type is called Type Coercion or implicit type conversion. Javascript engine does this in different scenarios. Let's see where and when this conversion happens and what ...
vkglobal.hashnode.dev5 min read