Postfix operators are placed immediately after their operands. The following postfix operators are supported:
Operator | Description |
---|---|
( ) | Function arguments delimiter |
++ | Increment the operand |
-- | Decrement the operand |
. | Object property delimiter |
[ ] | Array element delimiter |
The meanings of some of these operators may vary in other contexts.
Prev | Home | Next |
Postfix increment (++) | Up | Power function |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |