Conditional
An instruction or a set of instructions is executed if a specific condition is fulfilled. Otherwise, another instruction is executed. It is also possible to repeat the execution of an instruction, or set of instructions, while a condition is not yet fulfilled.
See also
- Condition on Wikipedia
- Control flow on datarist
- Making decisions in your code — conditionals
- Control flow and error handling in JavaScript on datarist