Loop List Items

Runs commands for each item in a list

List

  • Variable for list (i.e. Javascript array) to loop through

Store current item in variable

  • Variable that will be set with the current list item

Last updated