Files
hugo/content/en/quick-reference/glossary/scope.md
T
2025-02-02 14:09:19 -08:00

223 B

title
title
scope

The term scope refers to the specific region of code where a variable or object is accessible. For example, a variable initialized in one template is not available within another.