Back to Developer Roadmap

while statement

src/data/roadmaps/javascript/content/while@9-MpHmzK_IiCi6IcvAlGM.md

4.0462 B
Original Source

while statement

The while statement creates a loop that executes a specified statement as long as the test condition evaluates to true. The condition is evaluated before executing the statement.

Visit the following resources to learn more: