Repeat over two arrays simultaneously?

I have two arrays. One comes from an API call and another comes from an API call that maps a function over that array (it’s actually more complex than this, but hopefully, this is enough detail). Ideally, I’d just be able to take these two arrays, zip them together, and loop over both of them on the front-end. Can I get a repeat to loop over two arrays? If so, how?

Community Page
Last updated: