In this video we take a look at Object Property Assignment in JavaScript, Codecademy's Learn JavaScript Assign Objects Properties. This is from Codecademy's Learn JavaScript Course, Objects section, the lesson "Property Assignment". In it, we are reminded that objects are mutable in JavaScript. We are able to update them after the objects are created. We are able to use dot notation or bracket notation along with our assignment operator to change a property or even add a new property. Understanding property assignment in JavaScript is important in becoming a master JavaScript programmer. Make sure to learn how to utilize property assignment by creating your own objects and practicing assigning properties and accessing values within your objects. You want to make sure to understand how property assignment works in JavaScript before moving on. JavaScript object property assignment is a vital step in your programming journey! Thanks for watching, Object Property Assignment in JavaScript, Codecademy's Learn JavaScript Assign Objects Properties