Skip to content

Commit 84037dc

Browse files
author
Markus Amalthea Magnuson
committed
More space.
1 parent b28c72a commit 84037dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

page/javascript-101/scope.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ JavaScript also creates a __Local Scope__ inside each function body. For example
2828
function myFunc() {
2929
var x = 5;
3030
};
31+
3132
console.log( x ); // ReferenceError: x is not defined
3233
```
3334

0 commit comments

Comments
 (0)