Home / Javascript Tips Generated By ChatGPT / Accessing Object Properties in Javascript Use dot notation to access the properties of an object. Source Code console.log(person.name);