Dot Notation
↔ .
JS Syntax to Chain & Object Literal
improves readability of Source Code & helps escape Callback Hell
!technical dot operator 2 separate operators for accessing obj.prop
(Property Attribute) & obj.prop()
(Method)
References
Chain
↔ (JS Syntax) to group functions into single line via Dot NotationOptional Chaining
↔ JS Syntax to conditionally call Chain or Dot Notation if function/property exists, else returnundefined