We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c82e7f commit e26b10fCopy full SHA for e26b10f
Example/demo4.js
@@ -0,0 +1,10 @@
1
+var foo = 1;
2
+function bar() {
3
+ foo = 10;
4
+ return;
5
+ function foo() {
6
+
7
+ }
8
+}
9
+bar();
10
+alert(foo);
0 commit comments