36

Like Javascript has ++ and += for a increments?

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
Control Freak
  • 12,965
  • 30
  • 94
  • 145

1 Answers1

60

No. Unfortunately, you have to do:

value = value + 1
isNaN1247
  • 17,793
  • 12
  • 71
  • 118
ilivewithian
  • 19,476
  • 19
  • 103
  • 165