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 7b8676a commit e7ccac5Copy full SHA for e7ccac5
blog/2024-10-01-local-variables.md
@@ -44,7 +44,7 @@ Even though both have the same identifier, they are different variables.
44
The variable with the value `1` is declared in the global scope.
45
The variable with the value `2` is declared in a block scope.
46
47
-In this example we always find the variable that we want to access in the current scope.
+In this example, we always find the variable that we want to access in the current scope.
48
But what when the variable we access in not declared in the current scope?
49
50
Let's modify our example to see what happens in that case:
0 commit comments