JavaScript Objects
In JavaScript, an object is a variable that can hold multiple values. It is a location where a collection of values is stored. Objects are among the most basic data types in JavaScript. Every object contains properties and types, which are a single unit. Objects are not primitive, unlike primitive data types. For instance, take a football. A football has properties like weight, shape, color, and…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.