In this JavaScript lesson we look at, Accessing Properties in Objects with JavaScript, Access Object Properties in JavaScript, Codecademy. In this video, we take a look at Codecademy's lesson, "Accessing Properties" in their Objects section from their Learn JavaScript course. We learn that we are able to use dot notation to access an object's properties. The dot operator allows us to access the property of an object when we use it right after our object name. We learned in the previous lesson how to create an object. Once you have your object, you are able to assign your object key-value pairs. When you access an object's property, you first say your object's name followed by your dot operator, then the key of the value you want to access in your object. Understanding how to access object properties is fundamental in learning to master JavaScript programming. Make sure to practice creating different objects and accessing values within your object to make sure you are understanding how objects work in programming. Learning to work with JavaScript objects will help you advance in your JavaScript career. Learning about accessing object data is your next step in mastering JavaScript. Make sure to practice accessing object properties with JavaScript. Understanding them in JS will help you master programming forever! Thanks for watching, Accessing Properties in Objects with JavaScript, Access Object Properties in JavaScript, Codecademy.