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