JavaScript Type Conversion and Coercion Explained
To properly write JavaScript, we need to be able to understand what's going on under the hood. Since JavaScript is a dynamically typed language, it has many weird parts. You don't have to specify the type of some value before you use it. It allows yo...
zahrakhadijha.hashnode.dev5 min read