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 8d6ca90 commit 417e717Copy full SHA for 417e717
blog/2024-10-01-local-variables.md
@@ -59,7 +59,7 @@ const a = 1;
59
}
60
```
61
62
-In this example our two variables have different identifiers.
+In this example, our two variables have different identifiers.
63
Notice that when we access the variable `a` from the block scope, its value is resolved as expected.
64
This is because scopes are nested.
65
When we cannot find a variable in the current scope, we look for the same identifier in the outer scope.
0 commit comments