Run ❯
Get your
own
website
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
JavaScript Operators
The ++ Operator
y = 5, calculate x = y++:
Note:
y is incremented after it is assigned to x (post-incremented).
.