Detailed Guide to Coercion in Javascript
Type Coercion can be defined as implicit conversion of one type of value into another type of value. Javascript coerces one type of value into another when it sees a value of one data type in a context where it expected a value of a different data ty...
yousaf.hashnode.dev15 min read