202226701008 4 月之前
当前提交
b68e21bad2
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      add.js
  2. 0 0
      index.html

+ 6 - 0
add.js

@@ -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