📦left-hand side expression

🚧 under construction

JSstatementexpressionoperatorleft-hand side

(operator) ❓🚧

  • left-hand side expressions

    • new.target (in constructors) refers to the constructor itself.

    • new (object creation expression)

    • import.meta

      an object exposing context-specific metadata to a JavaScript module.

    • super calls the parent constructor.

    • ...obj

      spread syntax allows an expression to be expanded in places where multiple arguments (for function calls) or multiple elements (for array literals) are expected.

Last updated