Understanding Objects
in JavaScript
What objects are and why they are needed
An object in JavaScript is a collection of key-value pairs. Think of it like a real-world ID card: it holds different pieces of information (name, date of birt
joydeep.hashnode.dev4 min read