Skip to content

Commit e26b10f

Browse files
committed
update
1 parent 0c82e7f commit e26b10f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Example/demo4.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)