
Type Conversion
In JavaScript, we sometimes need to convert from one type to another. We can use a toDtring method to convert to a string. To convert to numbers, we can use parseInt and parseFloat. The biggest difference between the two is that parseFloat deals with decimal points. Each one of the