For loops

Examples of loops and iteration patterns over arrays, files and folders.

Ar­ray examp­les
For Loop Examp­les

Code examples (hashJS) for looping scenarios in hash templates.

For loop (ba­sic­)

This example demonstrates a basic for loop in a hash template, including the use of continue to skip an item and break to exit the loop early.

List fol­ders (for­)

Gets folders from a specified folder and list the sub folders.

Re­cur­sive func­tio­n

Example showing a recursive function (a function calling itself).