🔣parentheses ()
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ grammar ⟩ token ⟩ punctuator ⟩ parentheses ()
invocation expression:f(): f(args)
- switch(<expr>){...}
.
-
try {...} catch(err) {...}
.
-
explicitly use parentheses when mixing -
with **
.