🔣parentheses ()
JS ⟩ grammar ⟩ token ⟩ punctuator ⟩ parentheses ()
invocation expression:f():
f(args)
switch -
switch(<expr>){...}
.try-catch-finally -
try {...} catch(err) {...}
.
Last updated
JS ⟩ grammar ⟩ token ⟩ punctuator ⟩ parentheses ()
invocation expression:f(): f(args)
switch - switch(<expr>){...}
.
try-catch-finally -
try {...} catch(err) {...}
.
Last updated