๐Ÿšงoperator

๐Ÿšง under construction

JS โŸฉ statement โŸฉ expression โŸฉ operator โŸฉ

property access and invocation expressions have higher precedence than any of the operators.

  • most operators are represented by punctuator(s).

  • some are represented by keyword(s) such as delete and instanceof.

Last updated

Was this helpful?