This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
18870076712
/
s202226701008
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
new
202226701008
hace 4 meses
commit
b68e21bad2
Se han
modificado 2 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
add.js
0
0
index.html
+ 6
- 0
add.js
Ver fichero
@@ -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 fichero