The Architecture of Data: A Professional Guide to JavaScript Objects
In JavaScript, we often need to group related information together. While a variable holds one value and an array holds a list, an Object acts like a labeled container for data.
Think of an object as
my-thoughts.hashnode.dev3 min read