Loop

Term side of the Card
Topic: Basics
Unit title: Loop
Categories: 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`.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub