Understanding Objects in JavaScript
In JavaScript, objects are used to store related information together.
They help us represent real-world entities like:
a person
a student
a car
a product
Instead of storing data in many separat
leanwithpankaj.hashnode.dev5 min read