Skip to main content

3 docs tagged with "Dot Notation"

View All Tags

Chain

Chain is defined as: (JS Syntax) to group functions into single line via Dot Notation. Topics on: Dot Notation, Square Bracket Notation, Optional Chaining. Read

Dot Notation

Dot Notation is defined as: . JS Syntax to Chain & Object Literal. Topics on: improves readability of Source Code & helps escape Callback Hell, !technical dot

Optional Chaining

Optional Chaining is defined as: JS Syntax to conditionally call Chain or Dot Notation if function/property exists, else return undefined. Topics on: IF (?) not