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 2 years ago
Was this helpful?