Operators: Unary, Increment, and Decrement
Learn how to work with unary operators and understand the concepts of increment and decrement operators.
We'll cover the following...
Unary prefix operators
A +
, -
, or !
in front of a single value is also an operator. Operators that are used with only a single value are called unary operators. ...