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 c8ead41 commit f540101Copy full SHA for f540101
README.md
@@ -4528,6 +4528,7 @@ function myFunction() {
4528
}
4529
// console.log(blockVar); // Uncaught ReferenceError: blockVar is not defined
4530
4531
+// console.log(functionVar); // Uncaught ReferenceError: functionVar is not defined
4532
```
4533
4534
<!-- Update here: /questions/explain-the-difference-between-global-scope-function-scope-and-block-scope/en-US.mdx -->
0 commit comments