Understanding Objects in JavaScript
What objects are and why they are needed
Objects are one of the most important concepts in JavaScript. They allow us to store multiple related values in a single variable using key–value pairs.
Think
understandingvariablesanddatatypesinjavascript.hashnode.dev10 min read