Flash card website

Hi all,

I been running through the tutorials and now want to make a flash card website that has a question and then click reveal for the answer. I have tried now for 2 days to get this to work. I know i have to use arrays to get this to work then then maybe a counter so i can jump to particular cards.

I am using visual studio code and set up a index.html style.css and a main.js
so far i have got them to link together but im drowning in trying to figure out how to tackle this problem have attempted a few youtube breakdowns to manipulate a quiz ap but failing miserably.

can someone give me some guidance, i cant seem to step up into designing my own page yet to get this to work :frowning:

maybe im trying to learn the wrong way any advice could be appreciated as i dont want to waste another day just staring at blank screen with no progress…

I shall try get the code on gitHub
thanks

Hey again,

its pretty basic but i put it in Codepen

I just want a question to pop up then the answer next. finally i would like to be able to jump between cards in the deck.

https://codepen.io/scriptking1000/pen/VwLRyEy

thanks for the help

Thanks Randell ill give that a whirl.