Type Conversion and Type Coercion in JavaScript : An Introduction
Type Conversion: We manually convert one data type to another.
Type Coercion: JavaScript automatically converts data types behind the scenes for us.
Type Conversion
Type Conversion is said to happen when the programmer explicitly transfers data from...
vishnuvnair.hashnode.dev3 min read