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