Understanding Objects in JavaScript
Imagine this…
You are building a Student Management App for a college.You need to store information about a student:
Name
Age
Course
City
Now think
If you store data like this:
let name = "Rahul
newcohortblog2026.hashnode.dev4 min read