Types in JavaScript
There are mainly two types of variables in JavaScript: Primitive types and Reference types. JavaScript tracks these variables for a particular scope in a variable object. Primitive types are directly stored inside the variable object, while for refer...
migom6.hashnode.dev4 min read