The process of converting value from one type to another is known as Type Coercion.
For example: Conversion of number to string, number to Boolean or vice versa.
JavaScript Journey — Hour #2