Type Coercion Let us first begin with the concept of type coercion in javascript. Type Coercion is the implicit conversion or automatic conversion from one data type to another data type (for eg numbers to strings or strings to numbers). //Example 1 ...