RSRitu Soodinjs-basics-series.hashnode.dev·Mar 13 · 3 min readUnderstanding Objects in JavaScriptObjects:- Objects are non- primitive data type of javascript. An object in JavaScript is a collection of key–value pairs (properties and methods). Key → Always a string (or symbol) Value → Can be an00