There is a bug in your cod I think, here’s the error it gave me: "TypeError: reels.map is not a function. (In 'reels.map(reel => { const symbols = reel.querySelectorAll('.symbol'); const visibleSymbol = Array.from(symbols).find(symbol => { const rect = symbol.getBoundingClientRect(); return rect.top >= 0 && rect.bottom <= 100; }); return visibleSymbol ? visibleSymbol.textContent : null; })', 'reels.map
I think it is that .map in reels.map is wrong?
the error message says that reels.map is not a function, or not defined as a function. iirc