Perform something a certain amount of times, as per your choice.
The For loop is used when you know how many times you should repeat an action. Maybe you want a countdown? This is the way to do it.
status| Field | Description |
|---|---|
index |
Current programmatic index of the element |
natural |
Human-readable position in collection (starting at 1) |
first |
Boolean, whether the element is first in collection |
last |
Boolean, same as first, only checks if it is last |