Files
30-seconds-of-code/glossary/Scope.md
2018-09-01 14:46:24 +02:00

4 lines
155 B
Markdown

### Scope
Each function has its own scope, and any variable declared within that function is only accessible from that function and any nested functions.