Please enable JavaScript to use CodeHS

CodeHS Glossary


Control Structure General

A control structure lets us change the flow of the code. Examples are if statements, if/else, or loops, which let us execute code conditionally, or repeatedly.