Unary expression (Definition)

An operator prefixing an operand.

Availability:

ECMAScript edition - 2

Unary expressions can also be considered to be prefix expressions and also operate on LValues.

See also:Add (+), delete, Expression, Logical NOT - complement (!), Prefix decrement (--), Prefix increment (++), typeof, Unary operator, void

Cross-references:

ECMA 262 edition 2 - section - 11.4

ECMA 262 edition 3 - section - 11.4