Ekaterine (Catherine)ekaterine-mitagvaria.hashnode.dev·Oct 3, 2023JavaScript for Beginners: ObjectsWhat is an object in JavaScript? An object in JavaScript is something similar to a real-life object.For example, an object can be your computer. It has various properties like color, screen size, and many methods (functionalities) like internet brows...1 like·38 readsJavaScript
Rohitrohit1101.hashnode.dev·Oct 21, 2022Fundamentals of Objects in JSFundamentals of Objects in JS Object is a non-primitive data type in JavaScript which consists of key-value pairs. Objects are mutable in nature, we will discuss about this in a minute. Every time we use {} (open and close curly braces) syntax we cre...Exploring Objects in JavaScriptJavaScript