Type conversion as the name implies is simply converting a value from one type to another in Javascript. The difference between implicit and explicit type conversion only occurs when the loose equality operator is used. When testing for strict equality, both the type and value of the variables we are comparing have to be the same.