Skip to main content

One doc tagged with "foreach-loop"

View all tags

Loops: foreach loops

The foreach loop provides a simple, clean way to iterate over the elements of a collection, such as an array or a list.