📄️ Basics of Objects
An object is a collection of key-value pairs where each key is a unique identifier for a value. Objects are used to store and organize data in JavaScript. They are one of the most important data structures in the language and are used extensively in web development.