Imagine we are storing information about a student. Using separate variables for studentName, studentAge, and studentCourse is messy. Using an array ["John", 20, "CS"] is confusing because we have to
srujanee-chaicode-webdev-blogs.hashnode.dev4 min readNo responses yet.