optional invocation ?.()
๐ง under construction -> flowchart
Last updated
Was this helpful?
๐ง under construction -> flowchart
Last updated
Was this helpful?
โฉ โฉ โฉ โฉ โฉ optional invocation ?.()
โฉ โฉ โฉ โฉ โฉ optional invocation ?.()
(โญ๏ธ ES2020) ( | )
f
?.
(args)
returns if f
is .
synonyms๏ผ"conditional invocation", "optional invocation"
question dot (?.) / parentheses () punctuators are used in this operator.
JS.info โฉ
freeCodeCamp โฉ