Skip to content

Commit

Permalink
Update 1.var-let-const.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dptms authored Nov 18, 2017
1 parent ab12e78 commit 7194404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1.var-let-const.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var a = 4;
function test(){
var a = 3;
}
test()
console.log(a); // 结果:4
```

Expand Down

0 comments on commit 7194404

Please sign in to comment.