➕dot notation (.)
`obj . prop` syntax.
Last updated
`obj . prop` syntax.
Last updated
JS ⟩ statement ⟩ expression ⟩ operator ⟩ left-hand side ⟩ property access ⟩ dot natation
(property access expression) (🌟 chaining rules | table of operators )
use obj
. prop
to evaluate object property's value.
🈯 synonyms: "chaining", "chaining operator", "dot notation"
replit:dot notation