This website works better with JavaScript
Home
Explore
Help
Register
Sign In
18870076712
/
s202226701008
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
new
202226701008
4 months ago
commit
b68e21bad2
2 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
add.js
0
0
index.html
+ 6
- 0
add.js
View 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
View File