For Each

Iterates a specified variable over all values of object's properties.

๐Ÿ“ฅ Entry vars

  • Collection: a collection to execute for each property. To execute multiple collections within the loop.

****โ†— Callbacks

  • Error: you can set functions after there was a error on the iterates.

  • Iteration: you can set functions after the iteration in the collections is already finish.

  • The object is non-iterable: you can set functions in the collection if it isn't iterable.

Last updated