Posts by robertomoreno • 11 points
2 posts
-
0
votes3
answers358
viewsQ: JS: store selected values in array
Good night. I am building a Javascript Bingo and want to store the numbers already drawn in an array to then consult it and avoid repetitions, but I don’t know how to do this. Can someone help,…
-
0
votes1
answer331
viewsQ: How to display sequential Divs using fade and controlling time?
Good afternoon, I want to do a sequence of Divs shown one by one during a time interval in the same location, including fade in and fade out. Question: how to use JS to determine this interval and…