for
Term side of the Card
Topic: Syntax
Unit title: for
Categories: Syntax, Statement
Explanation side of the Card
Explanation: The statement used as a loop structure that repeats a block of code a specified number of times. It includes an initialization, a condition and an iteration expression, which control the loop's execution.
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: