Understanding Objects in Javascript
What objects are and why they are needed?
Objects are used to store keyed collections of various data and more complex entities. An object can be created with curly braces {...} with an optimal list o
lifewithcoding.hashnode.dev3 min read