57 punctuators.
JS ⟩ grammar ⟩ token ⟩ punctuator ⟩
// ⭐️ 57 punctuators < > <= >= == != === !== - * / % ** ++ -- << >> >>> & | ^ ! ~ && || ?? += -= *= /= %= **= <<= >>= >>>= &= |= ^= &&= ||= ??= => // documented , ?. { } ( ) [ ] . ... ; + ? : = // # - "private memeber identifier prefix" not a punctuator❓
replit:punctuators
. / , / ; / :
.
,
;
:
+ / =
+
=
? / ?. / ... /
?
?.
...
() / [] / {}
()
[]
{}
ECMA ⟩ Lexical Grammar ⟩ 12.7 Punctuators
Last updated 1 year ago