3 lines
38 B
Text
3 lines
38 B
Text
|
|
var a = "1"
|
||
|
|
a = String(Number(a) + 1)
|