This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
18870076712
/
s202226701008
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
new
202226701008
4 mesi fa
commit
b68e21bad2
2 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
6
0
add.js
0
0
index.html
+ 6
- 0
add.js
Vedi File
@@ -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
Vedi File