➕optional invocation ?.()
🚧 under construction -> flowchart
Last updated
🚧 under construction -> flowchart
Last updated
JS ⟩ statement ⟩ expression ⟩ operator ⟩ optional chaining ⟩ optional invocation ?.()
(⭐️ ES2020) (🌟 chaining rules | table of operators )
f
?.
(args)
returns undefined if f
is nullish.
🈯 synonyms:"conditional invocation", "optional invocation"