Loops
for
Repeat code for a given number of times using an index.
while
Repeat code while a condition is true.
repeat
Repeat code for a given number of times.
for of
Repeat code for each item in a list.
forever
Repeats the code forever in the background.
pause
Pause for the specified time in milliseconds.