Back to Developer Roadmap

Function Scope

src/data/roadmaps/javascript/content/[email protected]

4.0324 B
Original Source

Function Scope

When a variable is declared inside a function, it is only accessible within that function and cannot be used outside that function.

Visit the following resources to learn more: