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 e5bc916 commit 8d6ca90Copy full SHA for 8d6ca90
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