9. The Reference Specification Type and Type Conversions in JavaScript
In our last post we got to understand the constituent properties of the Object type of JavaScript.
Now let us have a look at the other types defined in the specification.
Reference Specification Type
A Reference is a resolved name binding.
It is mad...
diganta.hashnode.dev