Know your JS · Introduction JavaScript objects are key-value pairs. These are also known as properties. These properties in turn have different...
Know your JS · Introduction We know that functions are special objects in JavaScript. One way to distinguish functions from other reference type(objects)...
Know your JS · There are mainly two types of variables in JavaScript: Primitive types and Reference types. JavaScript tracks these variables for a...