Understanding Objects in JavaScript: The Ultimate Data Organizer
Imagine you meet a new friend named Rahul, and you want to save his details in your phone.
If you use a JavaScript Array to save his data, it would look like this:
let rahulData = ["Rahul", 25, "Delhi
js-object.hashnode.dev4 min read