Duration: 15:12 min
Summary: In this lesson, we will talk about objects. We can create objects in JavaScript using the curly braces ({}). We add properties into the objects using a key value pairs separated with commas. Each pair is made up of a key and value separated by a colon ( : ). We will see how we can add functions to the objects as well. Objects can also contain other objects. So we will experiment with that as well. One additional feature in JavaScript is that we can add properties to the objects are the object declaration. Finally, we will start our discussion on arrays today, and continue the discussion in the upcoming videos.