Understanding Objects in JavaScript
let me tell you about the moment arrays stop being enough.
imagine you're building a small app that stores information about a student. you try using an array:
let student = ["Arjun", 21, "Computer Sc
karan-is-teaching-js.hashnode.dev13 min read