What is dot notation?
A: Dot notation is a method of accessing object properties using “.” (dot). For example, writing obj.prop accesses the prop property of the obj object.
A: Dot notation is a method of accessing object properties using “.” (dot). For example, writing obj.prop accesses the prop property of the obj object.