UNPKG
castelog
Version:
latest (0.0.1)
0.0.1
Programación JavaScript en castellano.
github.com/allnulled/castelog
allnulled/castelog
castelog
/
test
/
scripts_de_sintaxis_compilados
/
400.n.sentencia_de_incrementacion.js
3 lines
•
26 B
JavaScript
View Raw
1
2
3
let
x = 0; x += 2; x -= 2;