Please enable JavaScript to use CodeHS

CodeHS Glossary


Scope General

In what part of the program the variable exists. For example, global variables "exist" throughout out an entire program, whereas local variables may only exist in a certain function.