This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
18870076712
/
s202226701008
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
new
202226701008
hai 4 meses
achega
b68e21bad2
Modificáronse 2 ficheiros
con
6 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
6
0
add.js
0
0
index.html
+ 6
- 0
add.js
Ver ficheiro
@@ -0,0 +1,6 @@
+let x = 1;
+let y = 2;
+let z = x+y
+console.log(x)
+console.log(y)
+console.log(z)
+ 0
- 0
index.html
Ver ficheiro