How do you do Client Side Looping

I built my 6 year old a little tool to help practice for his first spelling bee. It uses client side looping to loop through the list of words and also the list of letters for each word (loops two different data types).

I’m interested to learn some new ways to achieve a similar result, being client side looping.

I just Schedule a Custom Event.

3 Likes

Is that a series of custom events that schedule each other?

I use the looper plugin. :sweat_smile:

3 Likes

Yep. They just schedule each other.