🔣punctuator
57 punctuators.
JS ⟩ grammar ⟩ token ⟩ punctuator ⟩
// ⭐️ 57 punctuators
< > <= >= == != === !==
- * / % ** ++ -- << >> >>> & | ^ ! ~ && || ??
+= -= *= /= %= **= <<= >>= >>>= &= |= ^= &&= ||= ??=
=>
// documented
,
?. { } ( ) [ ] . ... ;
+ ? :
=
// # - "private memeber identifier prefix" not a punctuator❓
replit:punctuators
Last updated
Was this helpful?