JS

JavaScript Fundamentals 2 - Type conversion in Jav...

9.

What is type conversion in JavaScript?

It is the process of converting a value from one data type to another.

It is the process of converting a number to a string.

It is the process of converting a string to a boolean value.

It is the process of converting a boolean value to a number.