A junior developer is tasked with fixing a bug where a variable is unexpectedly undefined. The developer suspects the variable is not within scope. Which programming concept describes where a variable can be accessed?
Select one:
The trap here is that candidates confuse 'function' (a code block) with 'scope' (the accessibility r...