while

Term side of the Card
Topic: Syntax
Unit title: while
Categories: Syntax, Statement
Explanation side of the Card

Explanation: The statement used as a loop structure that executes a block of code at least once and then repeatedly executes it while a specified condition is `true`. The condition is evaluated after each iteration.

Browser compatibility:
  • The chrome browser supports this feature starting from version 3
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 3.5
  • The safari browser supports this feature starting from version 4
Availability: