Skip to content

Commit 417e717

Browse files
raskadnekevss
andauthored
Update blog/2024-10-01-local-variables.md
Co-authored-by: Kevin Ness <[email protected]>
1 parent 8d6ca90 commit 417e717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-10-01-local-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const a = 1;
5959
}
6060
```
6161

62-
In this example our two variables have different identifiers.
62+
In this example, our two variables have different identifiers.
6363
Notice that when we access the variable `a` from the block scope, its value is resolved as expected.
6464
This is because scopes are nested.
6565
When we cannot find a variable in the current scope, we look for the same identifier in the outer scope.

0 commit comments

Comments
 (0)