Coercion in JavaScript
What is Coercion in JavaScript ?
Answer : Coercion in JavaScript refers to the automatic or implicit type conversion of values from one data type to another.
For example, JavaScript might convert a string to a number or vice versa depending on the co...
jaggyblogs.hashnode.dev7 min read