- 
                                Objects are an essential part of JavaScript; they provide a flexible way to keep track of data by associating a name with a particular value. In this course, you'll learn the basics of JavaScript objects as a data structure (using objects to store key/value pairs). 
- 
                                        Object BasicsLearn JavaScript object literal syntax for creating a variable that stores data as property/value pairs. You'll also retrieve and set values in objects using property names with bracket and dot notation. Chevron 7 steps-   What is an Object?3:41 
-   Create an Object Literal1:50 
-   Create an Object2 objectives 
-   Access Object Properties2:53 
-   Set the Value of Object Properties4:00 
-   Access and Set Object Properties2 objectives 
-   Review Object Basics5 questions 
 Loop Through ObjectsLearn how to access each property name and property value by looping through an object's keys. You'll also combine arrays and objects to create even more powerful ways to store and retrieve information. Chevron 9 steps-   Use `for in` to Loop Through an Object's Properties4:31 
-   Loop Through an Object's Properties2 objectives 
-   instructionUseful JavaScript Object Methods
-   Store Objects in Arrays3:45 
-   Create an Array of Objects2 objectives 
-   Build an Object Challenge1:17 
-   Build an Object Challenge – One Solution3:09 
-   Display an Array of Objects on the Page – One Solution7:14 
-   Review `for in` and Arrays of Objects6 questions 
 
-