Posts tagged with coercion
JavaScript
You have to love JavaScript's type coercion
JavaScript type coercion is the magic when a variable is casted to another type to execute. It can be a real pain if you don't know what's happening.
Read more →