Skip to main content Skip to docs navigation

Local Scope

Local scope is a characteristic of variables that makes them local (i.e., the variable name is only bound to its value within a scope which is not the global scope ).

On this page

Updated on April 20, 2024 by Datarist.