Understanding Objects in JavaScript
So far, we have worked with variables and arrays. But sometimes data belongs together, and storing it separately becomes messy.
Example.
A student has a name, age, course, and city.If we store them li
devnotez.hashnode.dev5 min read