We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02b6cb commit 4922c1eCopy full SHA for 4922c1e
New.js
@@ -0,0 +1,9 @@
1
+var x;
2
+var y;
3
+
4
+x = 5;
5
+y = 6;
6
7
+let z = x+y;
8
+console.log(z);
9
0 commit comments