🔰lvalue

LHS reference of variable/property/element.

JSstatementexpressionoperatorterm ⟩ lvalue

delete expects its operand to be an lvalue, if it is not an lvalue, the operator takes no action and returns true.

Last updated

Was this helpful?