Understanding Objects in JavaScript
Quest 1: What Exactly is an Object?
In JavaScript, an object is a collection of related data and functionality. Instead of having five different variables for a single person, you group them together
blogs.prakashjha.com3 min read