do...while

Term side of the Card
Topic: Syntax
Unit title: do...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, ensuring the code runs at least once.

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