scope
Last updated
Was this helpful?
Last updated
Was this helpful?
โฉ scope
The areas of your project from which you can access a value or .
symbols defined at a can be accessed by any file in the .
symbols defined at a are only available in code that is at the same or a lower level of local scope.