๐ฃquestion (?)
punctuator '(' and ')'
Last updated
Was this helpful?
punctuator '(' and ')'
Last updated
Was this helpful?
Was this helpful?
JS โฉ grammar โฉ token โฉ punctuator โฉ question (?)
optional chaining (?., ?.[]) - obj ?. prop, obj ?. [prop]
optional invocation ?.() - f ?. ()
conditional operator (?:) - condition ? a : b
nullish coalescing (??) - optional ?? default