Add a property to an object using dot notation
Add a new property
age
with the value 30
to the person
object using dot notation.
JavaScript
Console
age
with the value 30
to the person
object using dot notation.