Unit title: Expressions and StatementsExpressions and Statements
Categories: Concept Concept
Term side of the Card
Topic: BasicsBasics
Unit title: VariablesVariables
Categories: Concept Concept
Explanation side of the Card
Explanation: The control structure that executes a block of code repeatedly as long as a specified condition is `true`. Common loop types include `for`, `while` and `do...while`.