Computer Science, asked by 199434, 4 months ago

the............... operator is a unary operator .​

Answers

Answered by Anonymous
1

In Javascript, these operators are unary: Increment: ++x , x++ Decrement: −−x , x−− Positive: +x.

Similar questions