This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
18870076712
/
s202226701008
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
b68e21bad2
Ramuri
Etichete
main
master
s202226701008
/
add.js
add.js
79 B
Istoric
Crud
1
2
3
4
5
6
let x = 1;
let y = 2;
let z = x+y
console.log(x)
console.log(y)
console.log(z)