JavaScript Objects and it’s Internal Representation.JavaScript objects are key-value pairs eclosed between {}, where the key is essentially a string and the value could be of any type…Nov 6, 2020Nov 6, 2020
Why Composite Data Types are Copied by Reference but Primitives by Value?JavaScript offers a bunch of built-in data types and these data types are called primitive data types. Number, String, Boolean, BigInt…Nov 6, 2020Nov 6, 2020
JavaScript-Window, Document and Screen. What’s the Difference?You probably know what’s DOM but do you know the BOM?Nov 6, 2020Nov 6, 2020