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.