Coercion in Java Script ( Type Conversion)
Primary data types in java scripts are numbers, string, boolean, null, undefined. So working with js most of the time we need to convert our data from one type to other type. In js type conversion is bit scary but let's try to make it simple. when we...

