7 lines
178 B
Markdown
7 lines
178 B
Markdown
---
|
|
title: Scope
|
|
tags: Scope
|
|
---
|
|
|
|
Each function has its own scope, and any variable declared within that function is only accessible from that function and any nested functions.
|