@ -52,7 +52,7 @@ Variables scopes can be:
Variable can be declared globally or locally or window scope. We will see both global and local scope.
Anything declared without let, var or const is scoped at window level.
Let us image we have a scope.js file.
Let us imagine we have a scope.js file.
### Window Scope